2 Commits

Author SHA1 Message Date
b75025e1f8 1.0.4 2019-06-05 14:00:46 +02:00
0d98edbf46 fix(core): update 2019-06-05 14:00:46 +02:00
3 changed files with 3 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartsourcemap",
"version": "1.0.3",
"version": "1.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartsourcemap",
"version": "1.0.3",
"version": "1.0.4",
"private": false,
"description": "get sourcemap support in node",
"main": "dist/index.js",

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!');
}