未验证 提交 d32b1955 编写于 作者: R Rafael Zerbini 提交者: GitHub

Fixes #16431 (#17610)

Fixes #16431
* Added `.babelrc` with `next/babel` to remove the need of the React import on the `with-storybook` example. 
上级 91b53906
{
"presets": ["next/babel"],
"plugins": []
}
import React from 'react'
export default function Home() {
return <div>Hello World</div>
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册