web: output js chunks without hashing

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-05-13 23:15:40 +02:00
parent 934e62d5be
commit 0fcb4936a2
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,7 @@ export default [
dir: "dist",
sourcemap: true,
manualChunks: manualChunks,
chunkFileNames: "[name].js"
},
],
plugins: [
@ -135,6 +136,7 @@ export default [
dir: "dist",
sourcemap: true,
manualChunks: manualChunks,
chunkFileNames: "[name].js"
},
],
plugins: [