diff --git a/web/rollup.config.js b/web/rollup.config.js index 947e92621..423b017e7 100644 --- a/web/rollup.config.js +++ b/web/rollup.config.js @@ -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: [