fix(core): update
This commit is contained in:
parent
eacda66c43
commit
2b794967d2
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user