Formatting

This commit is contained in:
Jeff Avallone 2018-02-15 20:03:04 -05:00
parent 8a18304225
commit 9adaa6041d
1 changed files with 8 additions and 2 deletions

View File

@ -28,8 +28,14 @@
"not ie < 11"
],
"babel": {
"presets": ["env", "react"],
"plugins": ["transform-class-properties", "syntax-dynamic-import"]
"presets": [
"env",
"react"
],
"plugins": [
"transform-class-properties",
"syntax-dynamic-import"
]
},
"postcss": {
"plugins": {