I implemented BundleAnalyzer exactly following the documentation, but I keep seeing "No size limit configured on the project" in the BundleAnalyzer app. I tried multiple ways of adding the config:
- I created a
bundle-analyzer.config.js file in the root of our project
- I tried adding the
configFile option to the Webpack plugin
- I even tried adding the config to the Settings > Configuration in the app directly
Am I missing something? The rest of the checks are working correctly.
I implemented BundleAnalyzer exactly following the documentation, but I keep seeing "No size limit configured on the project" in the BundleAnalyzer app. I tried multiple ways of adding the config:
bundle-analyzer.config.jsfile in the root of our projectconfigFileoption to the Webpack pluginAm I missing something? The rest of the checks are working correctly.