From 1b0e42ad03f64ccb3ddf783e5b2d52f24d2b2b49 Mon Sep 17 00:00:00 2001 From: jupl Date: Fri, 24 Oct 2014 13:02:06 -0500 Subject: [PATCH] Load regenerator runtime only for polyfill --- lib/6to5/polyfill.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/6to5/polyfill.js b/lib/6to5/polyfill.js index 84971c3dea..221aa97a57 100644 --- a/lib/6to5/polyfill.js +++ b/lib/6to5/polyfill.js @@ -1,3 +1,3 @@ require("es6-symbol/implement"); require("es6-shim"); -require("regenerator").runtime(); +require("regenerator/runtime");