From 76fca99ac4b49ae05230ec3a19cf161355933076 Mon Sep 17 00:00:00 2001 From: deathcap Date: Mon, 18 Jan 2016 18:17:53 -0800 Subject: [PATCH] Disable ES7 experimental stage 0 features in favor of ES6 standard --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 6053692..ddb187a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -3,7 +3,6 @@ var gulp = require('gulp'); var plumber = require('gulp-plumber'); var babel = require('gulp-babel'); var options = { - stage: 0, // Dat ES7 goodness optional: ["runtime"] };