fix(core): update

This commit is contained in:
2020-08-12 15:51:11 +00:00
parent 7e5a225ae1
commit 737d43b59e
3 changed files with 190 additions and 125 deletions

View File

@ -88,8 +88,7 @@ export class TsBundle {
productionOptions.plugins.push(
plugins.rollupTerser({
compress: true,
mangle: true,
sourcemap: true,
mangle: true
})
);
return productionOptions;