forked from FoundKeyGang/FoundKey
Remove unused const
This commit is contained in:
parent
70fcf09768
commit
bc6430c6d2
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ gulp.task('build:client:script', () =>
|
|||
.pipe(replace('VERSION', JSON.stringify(version)))
|
||||
.pipe(replace('API', JSON.stringify(config.api_url)))
|
||||
.pipe(replace('ENV', JSON.stringify(env)))
|
||||
.pipe(replace('HOST', JSON.stringify(config.host)))
|
||||
.pipe(isProduction ? uglify({
|
||||
toplevel: true
|
||||
} as any) : gutil.noop())
|
||||
|
|
Loading…
Reference in a new issue