-
Notifications
You must be signed in to change notification settings - Fork 16
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
Custom JSX module #130
Comments
Sounds like this should just be a matter of adapting Rewatch to use the same rules for that config as bsb currently does. |
🙏 |
Assuming this is fixed @dkirchhof -- Feel free to reopen though :) |
No, the error still exists. Can't see any changes in the commits since I opened the issue. |
@dkirchhof -- Can you give me a minimum reproducable example? |
Sure, here it is: just run |
Ok got it. Thanks! I'll look into it :) |
Fixed here: ae6c713 You can try installing 1.0.10-eac37e2.0 which should fix it :) |
Thanks. I can build the source now. |
Hey,
I want to use rewatch in a project with a custom jsx module. But it isn't allowed.
The parser throws an error like:
unknown variant MyCustomJSX, expected react at line 25 column 24"
.Cheers
Daniel
The text was updated successfully, but these errors were encountered: