So I have: const NODE_ENV = process.env.NODE_ENV || 'development'; ... plugins: [ new webpack.DefinePlugin({ NODE_ENV: ...
確定! 回上一頁