fix(core): update
This commit is contained in:
5
ts/index.ts
Normal file
5
ts/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as plugins from './smartsourcemap.plugins';
|
||||
|
||||
if (!process.env.CLI_CALL_TSRUN) {
|
||||
plugins.sourceMapSupport.install();
|
||||
}
|
5
ts/smartsourcemap.plugins.ts
Normal file
5
ts/smartsourcemap.plugins.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import sourceMapSupport from 'source-map-support';
|
||||
|
||||
export {
|
||||
sourceMapSupport
|
||||
};
|
Reference in New Issue
Block a user