Commit 4e273484 authored by 郭志伟's avatar 郭志伟

fix:打包临时移除sourcemap生成

parent 2b476860
......@@ -62,7 +62,8 @@ export default {
targets: {
ie: 11,
},
devtool: process.env.SENTRY_ENV === 'test' ? false : 'hidden-source-map',
// devtool: process.env.SENTRY_ENV === 'test' ? false : 'hidden-source-map',
devtool: false,
// umi routes: https://umijs.org/zh/guide/router.html
routes: [
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment