Why webpack 5 is ignoring NODE_ENV in one file, but reads in another

后端 未结 0 1243
迷失自我
迷失自我 2020-12-08 04:07

Facing weird problem, where Webpack 5 is reading parent file and ignoring

const isDev = process.env.NODE_ENV !== \'production\';

But the same

相关标签:
回答
  • 消灭零回复
提交回复
热议问题