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
相關文章
相關標籤/搜索