diff --git a/ts/tsbundle.class.tsbundle.ts b/ts/tsbundle.class.tsbundle.ts index 3f68229..0cf7089 100644 --- a/ts/tsbundle.class.tsbundle.ts +++ b/ts/tsbundle.class.tsbundle.ts @@ -88,10 +88,8 @@ export class TsBundle { const productionOptions = this.getBaseOptions(fromArg, toArg); productionOptions.plugins.push(plugins.rollupTerser({ compress: true, - mangle: false, - toplevel: false, - keep_classnames: true, - sourcemap: true + mangle: true, + sourcemap: false })); return productionOptions; }