fuse-box / fuse-box/react-example
Why is a `transform-react-jsx` required
Ouverte
- Langage dominant
- TypeScript
- Étoiles
- 70
- Forks
- 36
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I was wondering why this example requires the `BabelPlugin`, since TypeScript can transpile `JSX` by itself.
Removing the plugin and using a custom `tsconfig.json` that sets `"jsx"` property to `"react"` works (at least it compiles), but the output seems to be broken. Opening the app in the browser is not possible -> `http://localhost:4444/default/index.jsx `
Is it not possible for FuseBox to compile JSX without any plugins?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.