File tree Expand file tree Collapse file tree 4 files changed +4445
-4165
lines changed Expand file tree Collapse file tree 4 files changed +4445
-4165
lines changed Original file line number Diff line number Diff line change 11{
2- "presets" : [" react" , " env" ],
2+ "presets" : [
3+ " @babel/preset-react" ,
4+ " @babel/preset-env"
5+ ],
36 "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"
710 ],
811 "env" : {
912 "development" : {
1013 "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+ ]
1830 ]
1931 }
2032 }
Original file line number Diff line number Diff line change 33material-ui-react-jsonschema-form
44==================================
55
6+ [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/cwhatley/material-ui-react-jsonschema-form.svg )] ( https://greenkeeper.io/ )
7+
68## Table of Contents
79
810 - [ Installation] ( #installation )
You can’t perform that action at this time.
0 commit comments