fix(core): update
This commit is contained in:
		| @@ -88,10 +88,8 @@ export class TsBundle { | |||||||
|     const productionOptions = this.getBaseOptions(fromArg, toArg); |     const productionOptions = this.getBaseOptions(fromArg, toArg); | ||||||
|     productionOptions.plugins.push(plugins.rollupTerser({ |     productionOptions.plugins.push(plugins.rollupTerser({ | ||||||
|       compress: true, |       compress: true, | ||||||
|       mangle: false, |       mangle: true, | ||||||
|       toplevel: false, |       sourcemap: false | ||||||
|       keep_classnames: true, |  | ||||||
|       sourcemap: true |  | ||||||
|     })); |     })); | ||||||
|     return productionOptions; |     return productionOptions; | ||||||
|   } |   } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user