rescript-lang / rewatch

Rewatch is an alternative build system for the Rescript Compiler.
95 stars 12 forks source link

Custom JSX module #130

Open dkirchhof opened 2 months ago

dkirchhof commented 2 months ago

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

zth commented 2 weeks ago

Sounds like this should just be a matter of adapting Rewatch to use the same rules for that config as bsb currently does.