You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic support for when .jsx files are referenced directly was merged in 2894222. It's not supported for combined/minified files at the moment since none of the .NET minifiers support source maps. I've heard talk of the next version of Visual Studio supporting Gulp so perhaps we'll move in that direction (ReactJS.NET + Gulp rather than ReactJS.NET + [Cassette | ASP.NET Minification])
Yeah, source maps should be supported. ReactJS.NET supports source maps, as does React itself. Other third party libraries like Webpack, Gulp and Babel support source maps too.
Files transformed to JSX on-the-fly should also output the associated source map
The text was updated successfully, but these errors were encountered: