webpack / analyse

analyse web app for webpack stats
http://webpack.github.com/analyse
882 stars 138 forks source link

Errors out, because "Field 'browser' doesn't contain a valid alias configuration" #43

Closed rowild closed 4 years ago

rowild commented 4 years ago

This seems strange, since the general recommendation nowadays is to move the brrwoserlist configuration to an external .browserlistrc. Which I have.

Or does this error message refer to something other then that?

rowild commented 4 years ago

EDIT: I probably should mention, that I have my webpack configuration files in a subfolder called "webpack", where they are split into 3 files: webpack.common.js webpack.dev.js webpack.prod.js In case these need to be recognized, I would not know how to do that from the cli. Any hint would be most welcome!

rowild commented 4 years ago

Ah! I need to add a "--config ./webpack/webpack.prod.js", then it works fine.

Sorry for the disruption!