From dd2257a485425cebb12f969b16fbe1b60005c288 Mon Sep 17 00:00:00 2001 From: cameroncaci Date: Wed, 29 May 2024 15:11:21 -0400 Subject: [PATCH] analyzermode disabled --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index cb458d7..26fbc7e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -23,7 +23,7 @@ const config = { modules: [path.resolve(__dirname, './src'), 'node_modules'], extensions: ['.js', '.jsx', '.json'], }, - plugins: [new BundleAnalyzerPlugin({analyzerMode: static})], + plugins: [new BundleAnalyzerPlugin({analyzerMode: disabled})], externals: [ { react: {