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