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