From 48bf0d19421364d16094618dbc9ae4f9af3a7cf6 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Tue, 14 Apr 2015 15:24:52 +0200 Subject: [PATCH] Do not compact the dev build. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 2575d63f0..699dbdd9c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -50,7 +50,7 @@ gulp.task(function buildEs6 () { return src('**/*.js') .pipe(sourceMaps.init()) .pipe(babel({ - compact: true, + compact: PRODUCTION, comments: false, optional: [ 'runtime'