siso

明天会更好!

随笔分类 -  webpack

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

导航