Skip to content

Commit

Permalink
analyzermode disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncaci committed May 29, 2024
1 parent 00b3ab7 commit dd2257a
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({analyzerMode: static})],
plugins: [new BundleAnalyzerPlugin({analyzerMode: disabled})],
externals: [
{
react: {
Expand Down

0 comments on commit dd2257a

Please sign in to comment.