From 0d98edbf46f9100de8a0ee3dc934ede10bb63847 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 5 Jun 2019 14:00:46 +0200 Subject: [PATCH] fix(core): update --- ts/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/index.ts b/ts/index.ts index d16fc10..28980c4 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -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!'); }