Formatting
This commit is contained in:
parent
8a18304225
commit
9adaa6041d
10
package.json
10
package.json
@ -28,8 +28,14 @@
|
|||||||
"not ie < 11"
|
"not ie < 11"
|
||||||
],
|
],
|
||||||
"babel": {
|
"babel": {
|
||||||
"presets": ["env", "react"],
|
"presets": [
|
||||||
"plugins": ["transform-class-properties", "syntax-dynamic-import"]
|
"env",
|
||||||
|
"react"
|
||||||
|
],
|
||||||
|
"plugins": [
|
||||||
|
"transform-class-properties",
|
||||||
|
"syntax-dynamic-import"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"postcss": {
|
"postcss": {
|
||||||
"plugins": {
|
"plugins": {
|
||||||
|
Loading…
Reference in New Issue
Block a user