-
-
Notifications
You must be signed in to change notification settings - Fork 12
JSX files cannot be imported #21
Comments
Suggested fix would be to add a babel JSX plugin here:
|
I tried with [
'@babel/plugin-transform-typescript', { isTSX: true }],
'@babel/plugin-transform-react-jsx',
] First without |
@Andarist's new system will be completely Typescript-based, meaning we won't have to worry about Babel configs and can drop a lot of the complexity in |
Not at all. I was able to refactor the the module being imported from and exclude the files that were using jsx/css. |
The text was updated successfully, but these errors were encountered: