fix(core): update
This commit is contained in:
@ -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'],
|
||||
|
@ -21,7 +21,5 @@ export const runCli = async () => {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
tsBundleCli.startParse();
|
||||
};
|
||||
|
Reference in New Issue
Block a user