diff --git a/package.json b/package.json index 836a2f7..d742458 100644 --- a/package.json +++ b/package.json @@ -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": {