vite-plugin-rescript
vite-plugin-rescript copied to clipboard
[bug] modifying rescript deps in monorepo does not cause re-bundle
relevant: https://github.com/vitejs/vite/issues/19741
recreate by:
- creating a monorepo with two rescript projects x and y
- have x be vite project
- have x depend on y
- launch x project in browser
- change something in y
- notice how everything is rebuilt properly
- notice how vite is using outdated version of y's file
Thank you for the relevant link and reproduction steps.
Could you please provide a minimal reproduction repository?
im trying to set up a new project do demonstrate the issue but can't. it's however ongoing in my main repo. could this be a configurational issue?
ok so the issue is apparently that we were using preserveSymlinks: true. you may close this issue