diff --git a/gulpfile.ts b/gulpfile.ts index 863ca4477..00772925e 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -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( diff --git a/src/web/app/auth/tags/index.tag b/src/web/app/auth/tags/index.tag index f80e9dd1b..218101f3d 100644 --- a/src/web/app/auth/tags/index.tag +++ b/src/web/app/auth/tags/index.tag @@ -23,7 +23,7 @@

サインインしてください

- +