fix
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user