Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
b75025e1f8 | |||
0d98edbf46 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/smartsourcemap",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
@ -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!');
|
||||
}
|
||||
|
Reference in New Issue
Block a user