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();
|
||||
}
|
||||
Reference in New Issue
Block a user