jspm / npm

NPM Location Service
19 stars 34 forks source link

Sourcemaps for commonjs modules are lost during conversion #118

Closed pawsong closed 8 years ago

pawsong commented 8 years ago

In this line:

https://github.com/jspm/npm/blob/master/lib/node-conversion.js#L195

traceur compiler in system-builder seems to remove the comment that indicates sourcemap location during compiliation. Is there any simple workaround?

guybedford commented 8 years ago

This is fixed in the 0.17 beta, perhaps try that version.

pawsong commented 8 years ago

Thank you for quick reply!