摘要: const CompressionPlugin = require("compression-webpack-plugin") module.exports = { configureWebpack:config=>{ if(process.env.NODE_ENV 'production'){ r 阅读全文
posted @ 2021-04-02 15:29 有点油 阅读(765) 评论(0) 推荐(0)
摘要: module.exports = { pages: { index: { // page 的入口 entry: 'src/main.js', // 模板来源 template: 'public/index.html', // 在 dist/index.html 的输出 filename: 'inde 阅读全文
posted @ 2021-04-02 09:46 有点油 阅读(410) 评论(0) 推荐(0)