Skip to content

Commit

Permalink
set analyzer to static for prod webpack plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncaci committed May 29, 2024
1 parent 6bc5588 commit 00b3ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config = {
modules: [path.resolve(__dirname, './src'), 'node_modules'],
extensions: ['.js', '.jsx', '.json'],
},
plugins: [new BundleAnalyzerPlugin()],
plugins: [new BundleAnalyzerPlugin({analyzerMode: static})],
externals: [
{
react: {
Expand Down

0 comments on commit 00b3ab7

Please sign in to comment.