mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 03:54:46 +00:00
hashing
This commit is contained in:
@@ -11,6 +11,8 @@ export default {
|
||||
output: () => {
|
||||
return {
|
||||
dir: `${locations.dest()}/client`,
|
||||
entryFileNames: '[name].[hash].js',
|
||||
chunkFileNames: '[name].[hash].js',
|
||||
format: 'esm'
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user