From 84f55045b098f6ab9940afa03e3b5deb69421d6e Mon Sep 17 00:00:00 2001 From: Sharon Stratsianis Date: Wed, 24 Jun 2026 13:56:08 +1000 Subject: [PATCH] #439 turn on chunking --- webpack.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.mjs b/webpack.config.mjs index 005f541b..1a31ff29 100644 --- a/webpack.config.mjs +++ b/webpack.config.mjs @@ -60,6 +60,7 @@ function createCommonConfig (resolutionMode) { target: 'web', output: { path: path.resolve(process.cwd(), 'dist'), + chunkFilename: '[name].js', // Use /mashlib/dist/ for GitHub Pages, / for localhost publicPath: process.env.PUBLIC_PATH || '/', library: {