fix(core): update

This commit is contained in:
Philipp Kunz 2019-06-05 14:00:46 +02:00
parent 9f70e1098e
commit 0d98edbf46

View File

@ -2,4 +2,5 @@ import * as plugins from './smartsourcemap.plugins';
if (!process.env.CLI_CALL_TSRUN) {
plugins.sourceMapSupport.install();
console.log('sourcemap support enabled by smartsourcemap!');
}