chrome-extension-tools
chrome-extension-tools copied to clipboard
fix: monorepo hmr
Fixes https://github.com/crxjs/chrome-extension-tools/issues/718
🦋 Changeset detected
Latest commit: e3fafb3330dfcbfca36df650172542f0bed31b00
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 1 package
| Name | Type |
|---|---|
| @crxjs/vite-plugin | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| vite-plugin-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 8, 2024 6:07pm |
Any update on this? Seems to fix the issues I have with properly detecting changes in components in the packages for turborepo
Bump on this - it seems to work nicely to make HMR work in our monorepo :D
@shuowu Awesome!
Using https://github.com/NiGhTTraX/ts-monorepo as a template, I added this pull request fix to the crxjs extension in the app folder using pnpm patch in order to test it. To test, clone https://github.com/adam-s/ts-monorepo/tree/extension and run the commands pnpm install and pnpm dev. The patch is against @crxjs/[email protected].