From 98d2f94a3ac1c7105533623ff04c32d5dac7cdd2 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Mon, 21 Dec 2015 14:50:33 -0500 Subject: [PATCH] Removing babel-plugin-transform-runtime It appears to be involved somehow with the JS errors from Issue #21. --- .babelrc | 3 +-- package.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.babelrc b/.babelrc index 3ca1979..c13c5f6 100644 --- a/.babelrc +++ b/.babelrc @@ -1,4 +1,3 @@ { - "presets": ["es2015"], - "plugins": ["transform-runtime"] + "presets": ["es2015"] } diff --git a/package.json b/package.json index 940594e..77950fc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "license": "MIT", "private": true, "devDependencies": { - "babel-plugin-transform-runtime": "^6.3.13", "babel-polyfill": "^6.3.14", "babel-preset-es2015": "^6.3.13", "babel-runtime": "^6.3.19",