Do not compact the dev build.
This commit is contained in:
parent
04bbb84845
commit
48bf0d1942
@ -50,7 +50,7 @@ gulp.task(function buildEs6 () {
|
||||
return src('**/*.js')
|
||||
.pipe(sourceMaps.init())
|
||||
.pipe(babel({
|
||||
compact: true,
|
||||
compact: PRODUCTION,
|
||||
comments: false,
|
||||
optional: [
|
||||
'runtime'
|
||||
|
Loading…
Reference in New Issue
Block a user