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