File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
.doc
3
3
node_modules
4
4
coverage /
5
+ es /
6
+ lib /
5
7
~ *
Original file line number Diff line number Diff line change 29
29
"scripts" : {
30
30
"start" : " father doc dev --storybook" ,
31
31
"build" : " father doc build --storybook" ,
32
- "compile" : " rc-tools run compile --babel-runtime " ,
32
+ "compile" : " father build " ,
33
33
"gh-pages" : " rc-tools run gh-pages" ,
34
34
"pub" : " rc-tools run pub --babel-runtime" ,
35
35
"lint" : " eslint src/**/*" ,
Original file line number Diff line number Diff line change 1
1
import * as React from 'react' ;
2
- import warning from 'warning' ;
2
+ import * as warning from 'warning' ;
3
3
import {
4
4
Callbacks ,
5
5
FieldData ,
Original file line number Diff line number Diff line change 1
1
import AsyncValidator from 'async-validator' ;
2
- import warning from 'warning' ;
2
+ import * as warning from 'warning' ;
3
3
import {
4
4
FieldError ,
5
5
InternalNamePath ,
You can’t perform that action at this time.
0 commit comments