03 2018 档案

摘要:安装成功后,package.json 这个文件会多出一行 "html-webpack-plugin": "^2.30.1",,如下所示: webpack.config.js 内容大约是下面这样的: 阅读全文
posted @ 2018-03-22 11:21 艾礼富 阅读(112) 评论(0) 推荐(0)
摘要:You may need an appropriate loader to handle this file type. 意思是webpack需要是个插件来出来这个类型的文件! 当安装node-sass处理scss文件的时候,会报错,处理方法是先全局使用sudo npm install -g --u 阅读全文
posted @ 2018-03-19 10:21 艾礼富 阅读(175) 评论(0) 推荐(0)