This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
Don't tie mode
to NODE_ENV
in Webpack config
#58
Labels
mode
to NODE_ENV
in Webpack config
#58
Was getting the following bug when
NODE_ENV
was set tostaging
:In other words,
mode
is not vis-a-vis the same asNODE_ENV
in Webpack land. So this won't fly:Gosh. 🙃
We could in theory do something like the following:
But that's pretty limiting. CLI option? ENV var? https://webpack.js.org/concepts/mode/ mentions passing as config:
The text was updated successfully, but these errors were encountered: