fix(projects): 修复@antv/g2生产环境报错
ISSUES CLOSED: \
This commit is contained in:
parent
d9ac7e4de0
commit
4558c24d1c
@ -36,7 +36,11 @@ export default defineConfig(configEnv => {
|
|||||||
proxy: createViteProxy(isOpenProxy, envConfig)
|
proxy: createViteProxy(isOpenProxy, envConfig)
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
brotliSize: false
|
brotliSize: false,
|
||||||
|
sourcemap: true,
|
||||||
|
commonjsOptions: {
|
||||||
|
ignoreTryCatch: false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user