[Vuejs]-Nuxt package.json NODE_ENV Invalid setting

0👍

I solved this problem
The reason is that I can read this NODE_ENV value at build time, but when the project is started, it is changed to production. This may be done by nuxt.
So when you pack, you can make a decision.
What’s your opinion?

👤Shine

Leave a comment