webpack Environment Variables

https://webpack.js.org/guides/environment-variables/  webpack.config.js const path = require('path'); module.exports = env => { // Use env.<YOUR VARIABLE> here: console.log('NODE_ENV: ', env.NODE
相关文章
相关标签/搜索