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
Hey @CompuIves I am keen to have a go at this issue in the next week or so. Been wanting to get to know the codebase so this seems like a good starting point.
P.S. I was initially confused by the issue title, thought it meant JSX support in the editor rather than filenames. Maybe "JSX file extension support"? No big deal either way :)
This one should be easy to do, I found out that create-react-app does support the
jsx
extension. We should update the sandbox to handle these cases.All the code for this resides in
src/sandbox/
, if you'd search forjs
you'll find where we check for the extension.I believe all logic is in
src/sandbox/eval/js/index.js
andsrc/sandbox/utils/resolve-module.js
.The text was updated successfully, but these errors were encountered: