cjsx-loader
cjsx-loader copied to clipboard
Add sourcemaps support
Borrow code from https://github.com/jsdf/coffee-reactify and https://github.com/petehunt/jsx-loader/pull/16
https://github.com/jsdf/coffee-react-transform/issues/31
@KyleAMathews Any progress on this? I suspect this is the reason my webpack sourceMaps work with inline-source-map but not source-map, even though the maps are requested and served successfully? My goal is to set up source maps for a production environment so the inline solution won't work, thanks in advance.
I honestly haven't looked at it. If you wanted to take a crack at reading through the docs and making a PR I'd be happy to merge and release it. On Mon, Feb 29, 2016 at 10:04 AM Jop de Klein [email protected] wrote:
@KyleAMathews https://github.com/KyleAMathews Any progress on this? I suspect this is the reason my webpack sourceMaps work with inline-source-map but not source-map, even though the maps are requested and served successfully? My goal is to set up source maps for a production environment so the inline solution won't work, thanks in advance.
— Reply to this email directly or view it on GitHub https://github.com/KyleAMathews/cjsx-loader/issues/2#issuecomment-190291657 .
Thanks for your quick reply, I'll verify how much we'll need this in practice and work on it if necessary.
+1
any progress?