You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2021. It is now read-only.
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.