smartsourcemap/ts/index.ts
2019-06-05 14:00:46 +02:00

7 lines
192 B
TypeScript

import * as plugins from './smartsourcemap.plugins';
if (!process.env.CLI_CALL_TSRUN) {
plugins.sourceMapSupport.install();
console.log('sourcemap support enabled by smartsourcemap!');
}