webpack参数返回"参数:undefined' webpack 3.12.0,webpack-dev-server 2.91

时间:2018-06-14 14:25:18

标签: webpack web-config webpack-dev-server

我想将参数传递给我的web-pack配置。但是当我尝试它时返回undefined

webpack.config

module.exports = function(arg) {
  console.log('The argument: ', arg);
}

命令运行:

npm start --arg=test

返回:

The argument:  undefined

0 个答案:

没有答案