摘要: 在这个文件夹下面新增的文件都会被创建在dist根文件夹下,包含打包后的项目主入口html,及浏览器logo 阅读全文
posted @ 2022-04-21 14:35 ThisCall 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 'use strict' const path = require('path') function resolve(dir) { return path.join(__dirname, dir) } const CompressionPlugin = require('compression-we 阅读全文
posted @ 2022-04-21 14:24 ThisCall 阅读(65) 评论(0) 推荐(0) 编辑
摘要: const path = require("path"); const files = require.context("./template", false, /\.vue$/); const modules = {}; files.keys().forEach((key) => { const 阅读全文
posted @ 2022-04-21 13:49 ThisCall 阅读(17) 评论(0) 推荐(0) 编辑