报错怎么解决{ "name": "webpack-demo", "version": "1.0.0", "description": "", "main": "webpack.config.js", "dependencies": { "webpack": "^3.5.4" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "webpack":"webpack --config webpack.dev.config.js --progress --display-modules --colors --display-reasons" }, "author": "", "license": "ISC"}
添加回答
举报
0/150
提交
取消