I have a simple webpack.config.js
module.exports = { entry: \"./app.js\", output: { filename: \"bundle.js\" }, }
And I want to p
You may use argv package and set the variables. You must do it before module.export.
module.export