Replies: 1 comment 5 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.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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