为了账号安全,请及时绑定邮箱和手机立即绑定

添加html模板后打包报错

主要报错是这个:

ERROR in Path must be a string. Received undefined。代码如下:

https://img1.sycdn.imooc.com//5b7ff9450001ab0f17200543.jpg

有遇到过吗?我的package.json如下:

{
  "name": "webpack4config",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "webpack": "webpack --config webpack.config.js --progress --display-modules --colors --display-reason"


  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "webpack": "^4.17.1",
    "webpack-cli": "^3.1.0",
    "webpack-html-plugin": "^0.1.1"
  }


正在回答

1 回答

不好意思,搞错了,html包名称安装错了。是“html-webpack-plugin”而不是“webpack-html-plugin”。安装对了就没有问题了

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

添加html模板后打包报错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信