Skip to content

Commit 0a1b37d

Browse files
Refactoring code
1 parent 999e2fa commit 0a1b37d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+4672
-4394
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.59
2+
3+
- Refactoring code
4+
15
## 0.0.58
26

37
- Add components

babel.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ module.exports = {
99
useBuiltIns: 'usage',
1010
},
1111
],
12+
"stage-0",
1213
'react',
1314
],
14-
plugins: [
15-
["import", { "libraryName": "antd", "libraryDirectory": "es", "style": true }] // `style: true` for less
16-
],
15+
// plugins: [
16+
// ["import", { "libraryName": "antd", "libraryDirectory": "es", "style": true }] // `style: true` for less
17+
// ],
1718
};

0 commit comments

Comments
 (0)