Files
ebiz-h5/.env.development-deploy

8 lines
171 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# env 用于前端dev环境发布。与.env.development的区别NODE_ENV = production开启代码压缩
NODE_ENV = 'production'
# flag
VUE_APP_FLAG='development'