Replies: 1 comment 6 replies
-
@szmarci So are you saying that importing code from a package (not within the vite application) properly triggers HMR? I'd be surprised if that works, since this is a problem for all bundlers, not vite. Perhaps vite added some work arounds for this. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a simple monorepo with a single vite app and a single package to test moon and when going through the setup I saw this block: https://moonrepo.dev/docs/guides/javascript/node-handbook#bundler-integration
Is this really necessary?
I do not have this, nor have I typescript reference paths set up and the application still bundles fine.
I have HMR, it is bundled, it is watched, etc...
Do I miss something if I don't do these setups?
Beta Was this translation helpful? Give feedback.
All reactions