From 9b1319164680079c0cd1c88d8c2e8a48d21e355d Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 14 May 2021 01:06:29 +0200 Subject: [PATCH] web: fix chunks overwriting each other Signed-off-by: Jens Langhammer --- web/rollup.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/rollup.config.js b/web/rollup.config.js index 423b017e7..ee4f03118 100644 --- a/web/rollup.config.js +++ b/web/rollup.config.js @@ -104,7 +104,7 @@ export default [ dir: "dist", sourcemap: true, manualChunks: manualChunks, - chunkFileNames: "[name].js" + chunkFileNames: "admin-[name].js" }, ], plugins: [ @@ -136,7 +136,7 @@ export default [ dir: "dist", sourcemap: true, manualChunks: manualChunks, - chunkFileNames: "[name].js" + chunkFileNames: "flow-[name].js" }, ], plugins: [