-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
novicell-frontend/config/scripts/webpack.config.js
Lines 68 to 73 in cab5bfd
| new BundleAnalyzerPlugin({ | |
| analyzerMode: 'disabled', | |
| logLevel: 'silent', | |
| analyzerMode: 'static', | |
| openAnalyzer: false | |
| }), |
Which one is it?
analyzerMode: 'disabled', or analyzerMode: 'static', ?
:P
hesselberg