摘要: 1. 安装 html 插件 yarn add html-webpack-plugin -D 2. 在 webpack.config.js 引入 const HtmlWebpackPlugin = require('html-webpack-plugin') plugins: [ new HtmlWe 阅读全文
posted @ 2020-03-10 22:23 1点 阅读(137) 评论(0) 推荐(0) 编辑
摘要: npm i webpack-dev-server –D 安装插件 在 webpack.config.js 添加配置 contentBase 配置开发服务运行时的文件根目录 host:开发服务器监听的主机地址 compress 开发服务器是否启动gzip等压缩 port:开发服务器监听的端口 devS 阅读全文
posted @ 2020-03-10 21:39 1点 阅读(94) 评论(0) 推荐(0) 编辑