We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0393c commit 892d40eCopy full SHA for 892d40e
packages/app/config/webpack.prod.js
@@ -107,7 +107,10 @@ module.exports = merge(commonConfig, {
107
},
108
109
plugins: [
110
- process.env.ANALYZE && new BundleAnalyzerPlugin(),
+ process.env.ANALYZE &&
111
+ new BundleAnalyzerPlugin({
112
+ analyzerMode: 'static',
113
+ }),
114
new webpack.DefinePlugin({ VERSION: JSON.stringify(VERSION) }),
115
// Generate a service worker script that will precache, and keep up to date,
116
// the HTML & assets that are part of the Webpack build.
0 commit comments