Replies: 1 comment 6 replies
-
Why you need |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a big multi-project repository, each project may use common module.
Common module have tons
process.env.VARIABLE_N
, but most of them didn't set with webpackdefinePlugin
specifically for current project and should beundefined
.I'm looking for a feature to set
undefined
value to all not setprocess.env.*
variables with definePlugin:Beta Was this translation helpful? Give feedback.
All reactions