Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc71b89

Browse files
authored
Remove stage-0 from example (vercel#1959)
1 parent 2ea6196 commit bc71b89

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"presets": [
3-
"next/babel",
4-
"stage-0"
3+
"next/babel"
54
],
65
"plugins": [
76
["styled-components", { "ssr": true, "displayName": true, "preprocess": false } ]
87
]
9-
}
8+
}

0 commit comments

Comments
 (0)