摘要: 同步加载 3.1 安装模块 cnpm i webpack webpack-cli html-webpack-plugin clean-webpack-plugin -D 3.2 webpack.config.js const path = require("path"); const HtmlWeb 阅读全文
posted @ 2021-02-07 17:41 1点 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 1. 跟目录下添加 .env 文件 NODE_ENV= development 2.安装插件 # with npm npm install dotenv # or with Yarn yarn add dotenv 3. webpack.config.js 添加配置 const dotenv = r 阅读全文
posted @ 2021-02-07 15:40 1点 阅读(1043) 评论(0) 推荐(0) 编辑