mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Remove stage-0 from example (#1959)
This commit is contained in:
parent
2ea619658b
commit
bc71b89b45
|
@ -1,9 +1,8 @@
|
|||
{
|
||||
"presets": [
|
||||
"next/babel",
|
||||
"stage-0"
|
||||
"next/babel"
|
||||
],
|
||||
"plugins": [
|
||||
["styled-components", { "ssr": true, "displayName": true, "preprocess": false } ]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue