fix(core): update
This commit is contained in:
parent
01953fdfec
commit
a97af3232a
@ -89,7 +89,7 @@ export class TsBundle {
|
||||
productionOptions.plugins.push(plugins.rollupTerser({
|
||||
compress: true,
|
||||
mangle: true,
|
||||
sourcemap: false
|
||||
sourcemap: true
|
||||
}));
|
||||
return productionOptions;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user