UNPKG
create-nextjs-storybook
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Install embedded Storybook route into a NextJS project
create-nextjs-storybook
/
dist
/
addWithStorybook.js
5 lines
(4 loc)
•
89 B
JavaScript
View Raw
1
2
3
4
5
export
const
addWithStorybook
= (
nextConfig
) => {
// FIXME
return
nextConfig; };