Closed
Description
Version
3.0.0-beta.6
Reproduction link
https://github.com/sanchitgn/chunk/blob/master/vue.config.js#L1
Steps to reproduce
- Create new project (
vue create
) - Add
vue.config.js
- Log
process.env.NODE_ENV
invue.config.js
What is expected?
The environment (development
/production
) should be output
What is actually happening?
The output is undefined
To modify webpack configuration (plugins, loaders, etc), it is necessary to know the node environment
Metadata
Metadata
Assignees
Labels
No labels