摘要: const path=require('path'); const HtmlWebpackPlugin=require('html-webpack-plugin'); module.exports={ mode:"development", //配置打包模式 entry:{ index:'./src/index.js', index2:'./src/index2... 阅读全文
posted @ 2018-08-14 11:32 泥巴啦啦魔仙女 阅读(113) 评论(0) 推荐(0)