fix: build error

This commit is contained in:
xiaoxian521 2021-04-09 12:54:03 +08:00
parent dccf31de97
commit 1177b5b72b

View File

@ -60,6 +60,9 @@ export default ({ command }: ConfigEnv): UserConfigExport => {
brotliSize: false,
// 消除打包大小超过500kb警告
chunkSizeWarningLimit: 2000
},
define: {
__INTLIFY_PROD_DEVTOOLS__: false
}
}
}