I'm bundling a library from one repo (ES module) with Vite and importing it in another repo handled by Vite. We have several external dependencies in this project. In the bundled library code there ...
I'm trying to use react-templates with react-native. I'm compiling the templates using rt template.rt --modules commonjs --native --react-import-path react-native ...