2019-06-05 11:55:01 +00:00
|
|
|
import * as plugins from './smartsourcemap.plugins';
|
|
|
|
|
|
|
|
if (!process.env.CLI_CALL_TSRUN) {
|
|
|
|
plugins.sourceMapSupport.install();
|
2019-06-05 12:00:46 +00:00
|
|
|
console.log('sourcemap support enabled by smartsourcemap!');
|
2019-06-05 11:55:01 +00:00
|
|
|
}
|