Hey, @zth I tried using res-x as a part of monorepo that is built with Rewatch. The problem is Rewatch seems to want to panic during the build. I’m guessing it does not like having both react and hjsx in the same project. Do you think this is a possibility or should I just revisit my configs?
The error looks like this
[1/7]📦 Building package tree...thread '<unnamed>' panicked at src/bsconfig.rs:238:10:
Errors reading bsconfig: "Could not parse bsconfig. /path/to/packages/resx-site/rescript.json - unknown variant `Hjsx`, expected `react` at line 36 column 20"
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace