diff --git a/client/src/index.php b/client/src/index.php index 0bd4d901..750d5402 100755 --- a/client/src/index.php +++ b/client/src/index.php @@ -12,8 +12,8 @@ OpenSupports - +
@@ -28,6 +28,7 @@ - + + diff --git a/client/webpack.config.js b/client/webpack.config.js index ac9732c7..39f959a1 100644 --- a/client/webpack.config.js +++ b/client/webpack.config.js @@ -95,7 +95,9 @@ const config = env => { './src/.htaccess', {from: './src/assets/images', to: 'images'}, ]), - new BundleAnalyzerPlugin(), + new BundleAnalyzerPlugin({ + analyzerMode: process.env.NODE_ENV !== 'production' ? 'server' : 'disabled' + }), ], optimization: { splitChunks: {