diff --git a/examples/with-styled-components/.babelrc b/examples/with-styled-components/.babelrc index f22044a6..e0a0a613 100644 --- a/examples/with-styled-components/.babelrc +++ b/examples/with-styled-components/.babelrc @@ -1,9 +1,8 @@ { "presets": [ - "next/babel", - "stage-0" + "next/babel" ], "plugins": [ ["styled-components", { "ssr": true, "displayName": true, "preprocess": false } ] ] -} \ No newline at end of file +}