fix(core): update

This commit is contained in:
2022-03-10 16:32:28 +01:00
parent 59f32fed12
commit ed75a7c695
3 changed files with 3072 additions and 126 deletions

View File

@@ -50,31 +50,7 @@ export class TsBundleProcess {
plugins.rollupCommonjs({}),
// Resolve source maps to the original source
plugins.rollupSourceMaps(),
/*plugins.rollupBabel({
runtimeHelpers: true,
extensions: ['.js', '.jsx', '.ts', '.tsx'],
babelrc: false,
presets: [
[
'@babel/preset-env',
{
modules: false,
targets: {
chrome: '41'
}
}
]
],
plugins: [
[
'@babel/plugin-transform-runtime',
{
regenerator: true
}
]
]
})*/
plugins.rollupSourceMaps()
],
};
return baseOptions;