Browse Source

add source map in site (#4059)

pull/4071/head
陈帅 7 years ago
committed by GitHub
parent
commit
cbbd338c5d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      config/config.js

1
config/config.js

@ -70,6 +70,7 @@ export default {
targets: {
ie: 11,
},
devtool: ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION ? 'source-map' : false,
// 路由配置
routes: pageRoutes,
// Theme for antd

Loading…
Cancel
Save