diff --git a/lib/libConfig.ts b/lib/libConfig.ts index b09bbf1..23999be 100644 --- a/lib/libConfig.ts +++ b/lib/libConfig.ts @@ -92,7 +92,7 @@ export const createLibConfig = (entries: { [entryAlias: string]: string }, optio if (!options.inlineCSS && /css/i.test(extType)) { return '[name].css' } - return 'assets/[name][extname]' + return 'assets/[name]-[hash][extname]' } // Manually define output options for file extensions