Merge remote-tracking branch 'refs/remotes/origin/master' into no-build-requires-config
This commit is contained in:
commit
7203c176e8
18 changed files with 58 additions and 60 deletions
|
@ -167,11 +167,7 @@ gulp.task('build:client:scripts', () => new Promise(async (ok) => {
|
|||
.pipe(babel({
|
||||
presets: ['es2015']
|
||||
}))
|
||||
.pipe(uglify({
|
||||
mangle: {
|
||||
toplevel: true
|
||||
}
|
||||
}));
|
||||
.pipe(uglify());
|
||||
}
|
||||
|
||||
es.merge(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue