随笔分类 -  webpack

webpack4配置
摘要:1、基本配置 webpack.common.js const path = require('path') const HtmlWebpackPlugin = require('html-webpack-plugin') const { srcPath, distPath } = require(' 阅读全文
posted @ 2020-07-10 10:55 猪mother 阅读(173) 评论(0) 推荐(0)