rsnext/packages/next-plugin-storybook
Eric Burel 796c021278
Fix rewrite shape in Storybook (#24827)
This fixes a bug in `@next/plugin-storybook` caused by an update in the rewrite structure, solution was provided by @stefanprobst https://github.com/vercel/next.js/issues/19345#issuecomment-818856655

Secondary question: it would be awesome if someone at Next could help translating `preset.js` into TypeScript, this would catch those bugs immediately. I've tried in https://github.com/vercel/next.js/pull/18367 but failed to build correctly.

## Bug

- [X] Related issues linked using `fixes #number` => parent issue is an umbrella of various small issues: https://github.com/vercel/next.js/issues/19345
- [X] Integration tests added => reproduction is implemented in https://github.com/lbke/next-plugin-storybook-demo until the package is more stable
2021-05-06 17:04:22 +00:00
..
package.json v10.2.1-canary.2 2021-04-30 13:27:54 -05:00
preset.js Fix rewrite shape in Storybook (#24827) 2021-05-06 17:04:22 +00:00
readme.md Add experimental Storybook preset (#12934) 2020-05-15 22:00:23 -04:00

Unstable @next/plugin-storybook

This package is still very experimental and should not be used at this point