Skip to content

Commit 34658a4

Browse files
committed
chore(pkg): enable react refresh by default
1 parent 94fa63e commit 34658a4

File tree

3 files changed

+1172
-236
lines changed

3 files changed

+1172
-236
lines changed

next.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ const nextConfig = {
2727
},
2828

2929
experimental: {
30+
reactRefresh: true,
31+
3032
redirects() {
3133
return [
3234
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@zeit-ui/react": "^1.0.0-rc.4",
1515
"@zeit-ui/react-icons": "^1.2.1",
1616
"ms": "^2.1.2",
17-
"next": "^9.3.4",
17+
"next": "^9.3.6",
1818
"react": "16.13.0",
1919
"react-dom": "16.13.0"
2020
},

0 commit comments

Comments
 (0)