Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
🎨 format: add loading
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jul 10, 2020
1 parent 33f2a25 commit 63394d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export default {
path: 'https://github.com/ant-design/ant-design-pro-layout',
},
],
dynamicImport: {},
dynamicImport: {
loading: '@ant-design/pro-skeleton',
},
hash: true,
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"devDependencies": {
"@ant-design/compatible": "^1.0.1",
"@ant-design/dark-theme": "^2.0.2",
"@ant-design/pro-skeleton": "^1.0.0-beta.2",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.8.3",
Expand Down

0 comments on commit 63394d7

Please sign in to comment.