diff --git a/source/.babelrc b/.babelrc
similarity index 66%
rename from source/.babelrc
rename to .babelrc
index ac077eb10..d1a60e22d 100644
--- a/source/.babelrc
+++ b/.babelrc
@@ -1,17 +1,5 @@
{
- "presets": [
- [
- "@babel/env",
- {
- "targets": {
- "browsers": ["last 2 versions", "safari >= 7", "ie 11"]
- },
- "modules": false
- }
- ],
- "@babel/react",
- "@babel/flow"
- ],
+ "presets": ["@babel/react", "@babel/flow"],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-do-expressions",
diff --git a/index.html b/index.html
index 6600803fe..2a9b08077 100644
--- a/index.html
+++ b/index.html
@@ -57,6 +57,9 @@
}
+ <% for (var css in htmlWebpackPlugin.files.css) { %>
+
+ <% } %>