babel-register: update source-map-support to latest (#4577)
This allows in some case when you use other modules that use this source-map-support lib to get only a single version at the root of node_modules. For example, this can prevent issues when requiring using webpack Banner plugin (compiled code is not always requiring dependencies as you would expect).
This commit is contained in:
parent
50d2c5e930
commit
90f3f9049f
@ -15,6 +15,6 @@
|
||||
"lodash": "^4.2.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
"path-exists": "^1.0.0",
|
||||
"source-map-support": "^0.2.10"
|
||||
"source-map-support": "^0.4.2"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user