fix(core): update

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

3170
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,7 +34,7 @@
"@pushrocks/smartfile": "^9.0.5", "@pushrocks/smartfile": "^9.0.5",
"@pushrocks/smartlog": "^2.0.44", "@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartlog-destination-local": "^8.0.8", "@pushrocks/smartlog-destination-local": "^8.0.8",
"@pushrocks/smartparcel": "^1.0.12", "@pushrocks/smartparcel": "^1.0.13",
"@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartspawn": "^2.0.9", "@pushrocks/smartspawn": "^2.0.9",
"@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-commonjs": "^21.0.2",

View File

@ -50,31 +50,7 @@ export class TsBundleProcess {
plugins.rollupCommonjs({}), plugins.rollupCommonjs({}),
// Resolve source maps to the original source // Resolve source maps to the original source
plugins.rollupSourceMaps(), 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
}
]
]
})*/
], ],
}; };
return baseOptions; return baseOptions;