diff --git a/client/.babelrc b/client/.babelrc index 41789ca..9897749 100644 --- a/client/.babelrc +++ b/client/.babelrc @@ -1,5 +1,5 @@ { - "presets": ["es2015", "stage-2"], - "plugins": ["transform-runtime"], - "comments": false + "presets": [ + ["es2015", { "modules": false }] + ] } diff --git a/client/index.html b/client/index.html index 571c1bf..0df46b1 100644 --- a/client/index.html +++ b/client/index.html @@ -7,8 +7,8 @@