From 66312ed18397775083eb9e6c7f67c81e81b8d37a Mon Sep 17 00:00:00 2001 From: Gregg Dickson Date: Tue, 11 Apr 2017 20:38:12 -0500 Subject: [PATCH] fix Unexpected token import #882 --- .babelrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.babelrc b/.babelrc index 7be64a8ab..3d36bc0fb 100644 --- a/.babelrc +++ b/.babelrc @@ -1,6 +1,4 @@ { "presets": ["es2015"], - // Remove the line below to enable ES2015 support. - "only": "gulpfile.babel.js", "retainLines": true }