Jake Riesterer
Jake Riesterer
@petehunt I added source-map support in my fork [here](https://github.com/jRiest/jsx-loader/commit/9a0bce47d0ae92937c6a0626a481ad822802857a#diff-d41d8cd98f00b204e9800998ecf8427e), but it just uses [convert-source-map](https://github.com/thlorenz/convert-source-map) to extract the inlined source map, which I'm sure is far from optimal. Do you want...
@sokra that's much better. Thanks for pointing that out. I re-implemented sourcemaps using that method and submitted a pull request against this branch (sourcemaps) [here](https://github.com/petehunt/jsx-loader/pull/19)
No problem. I changed it to always emit them. @sokra perhaps we could have some sort of flag at the loader level which would allow loaders to skip source map...
@sokra @petehunt I updated it to read the new flag. However, as it stands now, source maps won't be enabled for anyone using webpack < 1.4.0-beta1. Is this the preferred...