I found two past discussions on this topic, but neither provides clear, working suggestions. Additionally, the tooling has evolved since then.
Has anyone successfully set up code sharing between both sides while ensuring seamless compatibility with Redwood CLI commands? Here are the key requirements I’d like to meet:
- A separate package that can be used on both sides.
- TypeScript support, ensuring compatibility with both configurations.
- Jest support for unit testing.
- Full integration with standard Redwood CLI commands, including
rw test
,rw lint
,rw tsc
,rw build
, andrw dev
.
I have a configuration that covers some of these requirements, but I’m unsure if it’s correctly set up. Additionally, it currently lacks Jest support and does not integrate well with Redwood CLI commands.
Any insights or working solutions would be greatly appreciated!