Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hot code reload of NPM dependencies does not work #1121

Open
sudorock opened this issue Jun 11, 2023 · 1 comment
Open

Hot code reload of NPM dependencies does not work #1121

sudorock opened this issue Jun 11, 2023 · 1 comment

Comments

@sudorock
Copy link

sudorock commented Jun 11, 2023

Context
We write all our UI components in JS in a separate project, compile it as a library and import it into CLJS.

Problem
Hot code reload doesn't work when the UI project is installed using npm link or npm install /local/path.

Expected solution
Some way to hot code reload local npm libraries.

Things tried
Tried touching the external project's package json (the built one) as per #759

@sudorock sudorock changed the title Hot code reload of NPM dependencies doesn't work Hot code reload of NPM dependencies does not work Jun 11, 2023
@sirmspencer
Copy link

We have the same issue. It was working in 2.16.12, we jumped all the way to 2.27.4 and its not working anymore. #759 references a feature going away after 2.8. Not sure how it was working through 2.16 then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants