问答详情
源自:3-3 实现todo应用的界面

安装 html-webpack-plugin 后 出Child html-webpack-plugin for "index-[hash].html":

代码如下:

https://img.mukewang.com/5b97e1030001479910290578.jpg

执行npm run build 出现 以下警告, npm run dev 也 无法打开页面

https://img2.mukewang.com/5b97e0220001440019200946.jpg

提问者:巨噬胞申公豹 2018-09-11 23:36

个回答

  • Jandy_time
    2018-09-12 15:51:37

    我的好像是在index.js文件中出错了,document.appendChild改为document.body.appendChild就可以了