From bd71ec3cc820ea62459d1ee4842dc2dc6e44280a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=99=8C?= Date: Sat, 29 Jul 2023 00:37:25 +0800 Subject: [PATCH] no message --- vue.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/vue.config.js b/vue.config.js index fa322d3..db52259 100644 --- a/vue.config.js +++ b/vue.config.js @@ -2,8 +2,6 @@ const { defineConfig } = require('@vue/cli-service') -// const MiniCssExtractPlugin = require('mini-css-extract-plugin'); - module.exports = defineConfig({ //设置为空打包后不分更目录还是多级目录 publicPath: 'https://x--mo.com:8888/admin/', @@ -22,11 +20,6 @@ module.exports = defineConfig({ output: { // filename: 'app.[contenthash].js', }, - // plugins: [ - // new MiniCssExtractPlugin({ - // filename: 'app.[contenthash].css', - // }), - // ], //性能提示 performance: { hints: false