summaryrefslogtreecommitdiff
path: root/gulpfile.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-22 03:13:19 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-22 03:13:19 +0900
commitd9703eab67feeecde189ab81c39b02d90f53be85 (patch)
treed58acfc22283624ffa1dc1224d2f77ebefe69549 /gulpfile.ts
parentMerge pull request #193 from syuilo/no-tag-ls (diff)
downloadsharkey-d9703eab67feeecde189ab81c39b02d90f53be85.tar.gz
sharkey-d9703eab67feeecde189ab81c39b02d90f53be85.tar.bz2
sharkey-d9703eab67feeecde189ab81c39b02d90f53be85.zip
Clean up
Diffstat (limited to 'gulpfile.ts')
-rw-r--r--gulpfile.ts6
1 files changed, 1 insertions, 5 deletions
diff --git a/gulpfile.ts b/gulpfile.ts
index 30812bead9..c32bad5445 100644
--- a/gulpfile.ts
+++ b/gulpfile.ts
@@ -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(