webpack多页面配置
摘要:
const path = require('path'); const CleanWebpackPlugin = require('clean-webpack-plugin'); const HtmlWebpackPlugin = require('html-webpack-plugin'); module.exports = { entry: { 'index/index': '... 阅读全文
posted @ 2018-11-19 16:26 siso 阅读(131) 评论(0) 推荐(0) 编辑