smartsourcemap/ts/index.ts

6 lines
129 B
TypeScript
Raw Normal View History

2019-06-05 11:55:01 +00:00
import * as plugins from './smartsourcemap.plugins';
if (!process.env.CLI_CALL_TSRUN) {
plugins.sourceMapSupport.install();
}