diff --git a/.babelrc b/.babelrc
index 87aaf4b..b32fd5e 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,4 +1,9 @@
{
"presets": ["es2015", "stage-0", "react"],
+ "env": {
+ "development": {
+ "presets": ["react-hmre"]
+ }
+ },
"plugins": ["transform-runtime"]
}
diff --git a/client/components/MainSection/style.css b/client/components/MainSection/style.css
index 2cd2e26..4041610 100644
--- a/client/components/MainSection/style.css
+++ b/client/components/MainSection/style.css
@@ -147,4 +147,4 @@
transform: rotate(90deg);
appearance: none;
}
-}
\ No newline at end of file
+}
diff --git a/client/index.html b/client/index.html
index edf5481..0234cb6 100644
--- a/client/index.html
+++ b/client/index.html
@@ -21,7 +21,7 @@
s.parentNode.insertBefore(wf, s);
})();
-
-
+
+