bundle-analyzer icon indicating copy to clipboard operation
bundle-analyzer copied to clipboard

No size limit configured on the project

Open rouwe111 opened this issue 5 years ago • 3 comments

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.

rouwe111 avatar Mar 12 '20 09:03 rouwe111

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.

gregberge avatar Mar 14 '20 13:03 gregberge

@rouwe111 Got same problem. As a workaround you can rename .bundle-analyzer.config.js to .bundle-analyzerrc.json. It works for me.

jorisre avatar Apr 25 '20 15:04 jorisre

Thanks. I'll try it out next week 👍

rouwe111 avatar Apr 25 '20 15:04 rouwe111