This commit is contained in:
X1627315083
2024-01-17 17:52:40 +08:00
parent 0ce5862f92
commit 8d4614a6e1
5 changed files with 52 additions and 27 deletions

View File

@@ -2,7 +2,6 @@ const {defineConfig} = require('@vue/cli-service')
const path = require('path');
const webpack = require('webpack')
module.exports = defineConfig({
transpileDependencies: ['vuetify'],
lintOnSave:false,//关闭语法检查
productionSourceMap: false,//打包不生成map文件减少文件大小
@@ -38,7 +37,7 @@ module.exports = defineConfig({
}
}
},
https:true,
// https:true,
},
pluginOptions: {
"style-resources-loader": {