bundle-analyzer
bundle-analyzer copied to clipboard
No size limit configured on the project
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.jsfile in the root of our project - I tried adding the
configFileoption 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.
Hello @rouwe111, I don't know why it does not work for you. Currently, I don't have so much time to work on this project. I am sorry.
@rouwe111 Got same problem.
As a workaround you can rename .bundle-analyzer.config.js to .bundle-analyzerrc.json. It works for me.
Thanks. I'll try it out next week 👍