We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a1913 commit 8bf8d97Copy full SHA for 8bf8d97
site/public/blog/native-nodejs-hmr.md
@@ -4,7 +4,7 @@ One of the key factors in rapid development is
4
discarding as little state as possible.
5
In Node.js, this means the new `--watch` flags
6
are not that useful, since they throw everything away.
7
-The ideal is to simply invalidate module when it changes
+The ideal is to simply invalidate a module when it changes
8
or when a module it depends on changes.
9
This way, all imports and data are always fresh,
10
but only partial module trees get re-evaluated.
0 commit comments