I have a monorepo with two apps: The web app (Next.js) The UI library (Tailwind, which uses Microbundle) The only way I managed to make the web app see the changes I make to the UI library is by: Making the changes Rebuild the UI library (in this case, I’m using microbundle watch) Manually restart the Next.js server My question
Tag: monorepo
How Should VSCode Be Configured To Support A Lerna Monorepo?
I have a lerna monorepo containing lots of packages. I’m trying to achieve the following: Ensure that VSCode provides the correct import suggestions (based on package names, not on relative paths) from one package to another. Ensure that I can ‘Open Definition’ of one of these imports and be taken to the src of that file. For 1. I mean