Remove hashes from build outputs (not reproducible)
This commit is contained in:
parent
9089fee899
commit
d6200cffef
1 changed files with 2 additions and 1 deletions
3
build.js
3
build.js
|
@ -17,7 +17,8 @@ const ctx = await esbuild.context({
|
|||
outdir: 'dist',
|
||||
format: 'esm',
|
||||
target: ['es2020'],
|
||||
assetNames: 'assets/[name]-[hash]',
|
||||
assetNames: 'assets/[name]',
|
||||
chunkNames: 'chunks/[name]',
|
||||
loader: {
|
||||
'.svg': 'file'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue