smooth-code / bundle-analyzer

Keep your webpack bundle optimized over time 📦✨
https://www.bundle-analyzer.com
GNU General Public License v3.0
96 stars 4 forks source link

No size limit configured on the project #31

Open rouwe111 opened 4 years ago

rouwe111 commented 4 years ago

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:

Am I missing something? The rest of the checks are working correctly.

gregberge commented 4 years ago

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.

jorisre commented 4 years ago

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

rouwe111 commented 4 years ago

Thanks. I'll try it out next week 👍