cjsx-loader icon indicating copy to clipboard operation
cjsx-loader copied to clipboard

Add sourcemaps support

Open KyleAMathews opened this issue 11 years ago • 6 comments
trafficstars

Borrow code from https://github.com/jsdf/coffee-reactify and https://github.com/petehunt/jsx-loader/pull/16

KyleAMathews avatar Aug 03 '14 21:08 KyleAMathews

https://github.com/jsdf/coffee-react-transform/issues/31

KyleAMathews avatar Feb 16 '15 18:02 KyleAMathews

@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.

jopdeklein avatar Feb 29 '16 17:02 jopdeklein

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 .

KyleAMathews avatar Feb 29 '16 17:02 KyleAMathews

Thanks for your quick reply, I'll verify how much we'll need this in practice and work on it if necessary.

jopdeklein avatar Feb 29 '16 18:02 jopdeklein

+1

dbackeus avatar May 09 '16 13:05 dbackeus

any progress?

a-x- avatar May 30 '17 10:05 a-x-