Closed rowild closed 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!
Ah! I need to add a "--config ./webpack/webpack.prod.js", then it works fine.
Sorry for the disruption!
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?