diff --git a/.babelrc b/.babelrc index 628e919..1c1e44f 100644 --- a/.babelrc +++ b/.babelrc @@ -1,4 +1,5 @@ { "presets": ["env", "react"], - "plugins": ["transform-class-properties"] + "plugins": ["transform-class-properties"], + "compact": "false" } \ No newline at end of file