allow watching of the node_modules folder #2626
chris-kruining
started this conversation in
Proposals
Replies: 2 comments 5 replies
-
You can use If you're using Express, simply replace the call to If you're using Remix App Server, you'll need to explicitly call the remix cli script nodemon --watch node_modules node_modules/@remix-run/dev/cli.js dev |
Beta Was this translation helpful? Give feedback.
5 replies
-
For anyone else in a similar situation that comes across this while googling, the |
Beta Was this translation helpful? Give feedback.
0 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 am developing a local components library which I want to use in my remix project.
However every time I make a change and recompile my lib I have to kill remix and restart it in order for it to pick up the changes to the lib.
I would therefor like to have an option to also watch for changes in the node_modules folder.
Beta Was this translation helpful? Give feedback.
All reactions