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
浙公网安备 33010602011771号