fix(core): update

This commit is contained in:
2019-08-25 16:35:22 +02:00
parent 0a211e804e
commit b39c928b1e
6 changed files with 30 additions and 90 deletions

View File

@ -50,7 +50,7 @@ export class TsBundle {
}),
// Resolve source maps to the original source
plugins.rollupSourceMaps(),
plugins.rollupSourceMaps()
/*plugins.rollupBabel({
runtimeHelpers: true,
extensions: ['.js', '.jsx', '.ts', '.tsx'],

View File

@ -21,7 +21,5 @@ export const runCli = async () => {
}
});
tsBundleCli.startParse();
};