adasdasdasdas

This commit is contained in:
2023-12-25 01:49:59 +08:00
parent 29ba707cde
commit 81d90f7a04
14 changed files with 1794 additions and 408 deletions

View File

@@ -1,7 +1,12 @@
const { defineConfig } = require('@vue/cli-service')
const NodePolyfillPlugin = require('node-polyfill-webpack-plugin')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave:false,//关闭语法检查
configureWebpack: {
plugins: [new NodePolyfillPlugin()],
resolve: { fallback: { fs: false } }
},
devServer: {
client: {
overlay: false // 编译错误时,取消全屏覆盖