adasdasdasdas
This commit is contained in:
@@ -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 // 编译错误时,取消全屏覆盖
|
||||
|
Reference in New Issue
Block a user