tschaub / karma-source-map-support

Karma plugin for inline sourcemap support
MIT License
33 stars 5 forks source link

build: update source-map-support to be compatible with source-map 0.6.0+ #18

Closed akkumar closed 6 years ago

akkumar commented 6 years ago

Update dependency explicitly on - https://github.com/evanw/node-source-map-support/blob/master/package.json to be compatible with source-map 0.6.0+

demurgos commented 6 years ago

@tschaub Could you take a look at this PR? angular/devkit uses your package and it breaks on Node 10 due to https://github.com/evanw/node-source-map-support/issues/213

Merging this PR would fix it.

tschaub commented 6 years ago

Thanks for the contribution @akkumar. I updated to source-map-support@0.5.5 in #19 and published karma-source-map-support@1.3.0.