Clean up
This commit is contained in:
parent
82a28f4c05
commit
d9703eab67
5 changed files with 40 additions and 42 deletions
|
@ -174,11 +174,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