摘要: 安装:cnpm install html-webpack-plugin -D 使用:在webpack.config.js文件里面添加配置: const htmlWebpackPlugin = require('html-webpack-plugin') module.exports = { plug 阅读全文