mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-01-20 16:53:37 +08:00
fix: build error
This commit is contained in:
@@ -60,6 +60,9 @@ export default ({ command }: ConfigEnv): UserConfigExport => {
|
|||||||
brotliSize: false,
|
brotliSize: false,
|
||||||
// 消除打包大小超过500kb警告
|
// 消除打包大小超过500kb警告
|
||||||
chunkSizeWarningLimit: 2000
|
chunkSizeWarningLimit: 2000
|
||||||
|
},
|
||||||
|
define: {
|
||||||
|
__INTLIFY_PROD_DEVTOOLS__: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user