From cf18700d5b2824376a5ce1d2da0f150649f2c76c Mon Sep 17 00:00:00 2001 From: Pau Ramon Revilla Date: Sun, 19 Mar 2017 19:24:39 +0100 Subject: [PATCH] Added transform-runtime --- .babelrc | 3 ++- package.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index dd38cc3..5ecad98 100644 --- a/.babelrc +++ b/.babelrc @@ -6,6 +6,7 @@ "plugins": [ "transform-flow-strip-types", "transform-decorators-legacy", - "transform-async-to-generator" + "transform-async-to-generator", + "transform-runtime" ] } diff --git a/package.json b/package.json index bab40b5..7e56dbb 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "babel-plugin-transform-async-to-generator": "^6.22.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-flow-strip-types": "^6.22.0", + "babel-plugin-transform-runtime": "^6.23.0", "babel-polyfill": "^6.23.0", "babel-preset-es2015": "^6.22.0", "babel-preset-stage-1": "^6.22.0",