mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
fix(projects): 修复@antv/g2生产环境报错
ISSUES CLOSED: \
This commit is contained in:
@ -36,7 +36,11 @@ export default defineConfig(configEnv => {
|
||||
proxy: createViteProxy(isOpenProxy, envConfig)
|
||||
},
|
||||
build: {
|
||||
brotliSize: false
|
||||
brotliSize: false,
|
||||
sourcemap: true,
|
||||
commonjsOptions: {
|
||||
ignoreTryCatch: false
|
||||
}
|
||||
}
|
||||
};
|
||||
});
|
||||
|
Reference in New Issue
Block a user