File tree 4 files changed +4445
-4165
lines changed 4 files changed +4445
-4165
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "presets" : [" react" , " env" ],
2
+ "presets" : [
3
+ " @babel/preset-react" ,
4
+ " @babel/preset-env"
5
+ ],
3
6
"plugins" : [
4
- " transform -object-rest-spread" ,
5
- " transform -class-properties" ,
6
- " transform-runtime"
7
+ " @babel/plugin-proposal -object-rest-spread" ,
8
+ " @babel/plugin-proposal -class-properties" ,
9
+ " @babel/plugin- transform-runtime"
7
10
],
8
11
"env" : {
9
12
"development" : {
10
13
"plugins" : [
11
- [" react-transform" , {
12
- "transforms" : [{
13
- "transform" : " react-transform-hmr" ,
14
- "imports" : [" react" ],
15
- "locals" : [" module" ]
16
- }]
17
- }]
14
+ [
15
+ " react-transform" ,
16
+ {
17
+ "transforms" : [
18
+ {
19
+ "transform" : " react-transform-hmr" ,
20
+ "imports" : [
21
+ " react"
22
+ ],
23
+ "locals" : [
24
+ " module"
25
+ ]
26
+ }
27
+ ]
28
+ }
29
+ ]
18
30
]
19
31
}
20
32
}
Original file line number Diff line number Diff line change 3
3
material-ui-react-jsonschema-form
4
4
==================================
5
5
6
+ [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/cwhatley/material-ui-react-jsonschema-form.svg )] ( https://greenkeeper.io/ )
7
+
6
8
## Table of Contents
7
9
8
10
- [ Installation] ( #installation )
You can’t perform that action at this time.
0 commit comments