fuse-box / fuse-box/react-example
Why is a `transform-react-jsx` required
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 70
- Fork
- 36
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.