-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bundle error: Cannot specify --jsx #9308
Comments
I believe you can work around this by using |
cc @kitsonk |
if it helps, I hit this too. I was working with the tutorial here https://dev.to/craigmorten/writing-a-react-ssr-app-in-deno-2m7 deno 1.7.1 client.tsx:
|
Use the config flag with a tsconfig + lib prop should fix this right? without needing to use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
deno: 1.7.0
I ran this command because I want to bundle jsx.
Then I ran it with the
--jsx
flag.Is the error message incorrect, or am I making a mistake?
The text was updated successfully, but these errors were encountered: