提交 7596dc29 作者: 方治民

合并分支 '3.x' 到 'main'

feat: set sourcemap = isBuild

查看合并请求 !24
...@@ -67,7 +67,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { ...@@ -67,7 +67,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
reportCompressedSize: false, reportCompressedSize: false,
chunkSizeWarningLimit: 2000, chunkSizeWarningLimit: 2000,
// Sentry upload sourcemap // Sentry upload sourcemap
sourcemap: true, sourcemap: isBuild,
}, },
define: { define: {
// setting vue-i18-next // setting vue-i18-next
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论