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'