这是命令:
"runtimes": {
"win10-x64": {}
}
或者,在webpack --debug
内:
webpack.config.js
我阅读了module.exports = {
entry: {...},
debug: true //what thing does this option do?
}
文档,但没有关于webpack
选项的说明。
答案 0 :(得分:0)
调试选项已弃用,因为webpack 2.0必须通过modules.rules
完成