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('VERSION', JSON.stringify(version)))
 | 
				
			||||||
		.pipe(replace('API', JSON.stringify(config.api_url)))
 | 
							.pipe(replace('API', JSON.stringify(config.api_url)))
 | 
				
			||||||
		.pipe(replace('ENV', JSON.stringify(env)))
 | 
							.pipe(replace('ENV', JSON.stringify(env)))
 | 
				
			||||||
		.pipe(replace('HOST', JSON.stringify(config.host)))
 | 
					 | 
				
			||||||
		.pipe(isProduction ? uglify({
 | 
							.pipe(isProduction ? uglify({
 | 
				
			||||||
			toplevel: true
 | 
								toplevel: true
 | 
				
			||||||
		} as any) : gutil.noop())
 | 
							} as any) : gutil.noop())
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue