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 b33be0b commit 7d43b97Copy full SHA for 7d43b97
webpack.config.js
@@ -33,7 +33,7 @@ module.exports = {
33
}),
34
new BundleAnalyzerPlugin({
35
analyzerMode: 'static',
36
- openAnalyzer: true,
+ openAnalyzer: false,
37
generateStatsFile: true,
38
39
new CopyPlugin([{ from: path.join(__dirname, 'types'), to: path.join(__dirname, 'dist') }]),
0 commit comments