Replies: 1 comment
-
You can use multiple entry to configure it, but I think detecting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
this code can not be compiled when
jsc.parser.tsx
istrue
now.But in
tsc
compiler, althoughcompilerOptions.react
is true, the compile execution works well because the file extension ists
, nottsx
.So we can improve the parser, when file extension is
ts
, supportangle-bracket syntax
althoughjsc.parser.tsx
istrue
Beta Was this translation helpful? Give feedback.
All reactions