diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 03:13:19 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 03:13:19 +0900 |
| commit | d9703eab67feeecde189ab81c39b02d90f53be85 (patch) | |
| tree | d58acfc22283624ffa1dc1224d2f77ebefe69549 /gulpfile.ts | |
| parent | Merge pull request #193 from syuilo/no-tag-ls (diff) | |
| download | sharkey-d9703eab67feeecde189ab81c39b02d90f53be85.tar.gz sharkey-d9703eab67feeecde189ab81c39b02d90f53be85.tar.bz2 sharkey-d9703eab67feeecde189ab81c39b02d90f53be85.zip | |
Clean up
Diffstat (limited to 'gulpfile.ts')
| -rw-r--r-- | gulpfile.ts | 6 |
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( |