摘要: const path = require('path') const HtmlWebPackPlugin = require('html-webpack-plugin') // 导入 在内存中自动生成 index 页面的插件 // 创建一个插件的实例对象 const htmlPlugin = new 阅读全文
posted @ 2019-08-30 23:52 GavinBirkhoff 阅读(320) 评论(0) 推荐(0)
摘要: dependencies列出的包用于生产环境. devDependencies用于开发环境和测试环境. 阅读全文
posted @ 2019-08-30 23:11 GavinBirkhoff 阅读(319) 评论(0) 推荐(0)