Skip to content

Commit 5a0c61a

Browse files
ForsakenHarmonytimneutkens
authored andcommitted
Update next.config.js (vercel#2511)
1 parent 6e7ac5f commit 5a0c61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/using-preact/next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
webpack: function (config, { dev }) {
33
// For the development version, we'll use React.
4-
// Because, it support react hot loading and so on.
4+
// Because, it supports react hot loading and so on.
55
if (dev) {
66
return config
77
}

0 commit comments

Comments
 (0)