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
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Hi,
Source maps do not work if I add a
.jsor.jsxfile and then try to do live dev usingyarn start.This works in
yarn buildhowever.I have a sample repo here to reproduce the issue:
https://github.com/shobhitg/source-map-issue/
Its basically a fresh project. Only thing I did is rename
App.tsxtoApp.jsx.With

App.tsx, it works:With

App.jsx, it doesn't work:Is this a known issue?
If yes, is there some workaround by which I can get source maps to work with
.jsxfiles?