Replies: 2 comments
-
I also love this ideo |
Beta Was this translation helpful? Give feedback.
0 replies
-
This has been added in version 13.3: https://nextjs.org/blog/next-13-3#other-improvements:~:text=Fast%20Refresh%20for%20next.config.js |
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.
-
It could be great to restart itself the server when you modify the
next.config.js
file.For the moment I'm doing this:
nodemon --watch next.config.js
which startsnext dev
and watches the filenext.config.js
.Beta Was this translation helpful? Give feedback.
All reactions