Commit d178a9bd authored by 郭志伟's avatar 郭志伟

feat: 构建开启sourcemap

parent 25fe1c86
...@@ -62,7 +62,7 @@ export default { ...@@ -62,7 +62,7 @@ export default {
targets: { targets: {
ie: 11, ie: 11,
}, },
devtool: isAntDesignProPreview ? 'source-map' : false, devtool: 'hidden-source-map',
// umi routes: https://umijs.org/zh/guide/router.html // umi routes: https://umijs.org/zh/guide/router.html
routes: [ 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