-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Deprecated Hot Reload Docs #1554
Comments
Would you like to create a PR for this issue? |
@kamilmysliwiec, I did this pull #1568 for this problem in the documentation I hope it will go well :-) |
Did it was work for me! Thanks. |
Not work for me. |
I write here the message I wrote in the pull, so I can clarify the problem as there is a bit of confusion if you use nest 7.5, use webpack 5 and the solution is correct but you need to install Installation:
and create file webpack-hmr.config.js
In package.json change "npm start: dev" like so:
I add a reference which may be helpful to this problem: ---> nestjs/nest#5706 This is the pull related to this issue #1568 |
✨ This is an old work account. Please reference @brandonchinn178 for all future communication ✨ Copied from #5928
|
@brandon-leapyear I followed your instructions and I get the following error:
|
This comment has been minimized.
This comment has been minimized.
Hi @gergelypap, If you have time, you can leave a minimal reproduction of a clonable git repository with the problem? |
@Tony133 I am sorry. On a fresh install of Nest typescript starter, and applying your solution from #1554 (comment), I confirm hot reloading works. Docs should still be updated though. |
Let's track this here #1621 |
@m4r4c00ch0 Regarding the error |
Bug Report
Current behavior
Error Invalid options object. Watch Ignore Plugin has been initialized using an options object that does not match the API schema.
[RegExp | string, ...] (should not have fewer than 1 item)
-> A list of RegExps or absolute paths to directories or files that should be ignored.
[RegExp | string, ...] (should not have fewer than 1 item)
-> A list of RegExps or absolute paths to directories or files that should be ignored.
Input Code
Expected behavior
Possible Solution
Environment
The text was updated successfully, but these errors were encountered: