Open rouwe111 opened 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.
@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 👍
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.js
file in the root of our projectconfigFile
option to the Webpack pluginAm I missing something? The rest of the checks are working correctly.