rsnext/packages/next-plugin-storybook
stefanprobst 3a2cd0e0d2
fix(next-storybook): make rules an array in webpack config (#22125)
the `next-storybook` plugin throws an error since version `10.0.6-canary.9`, specifically since #17306:

```
ERR! WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
ERR!  - configuration.module.rules should be an array
```

this PR makes `module.rules` an array again.

also see https://github.com/vercel/next.js/pull/17306#issuecomment-774996237
2021-05-05 02:45:38 +00:00
..
package.json v10.2.1-canary.2 2021-04-30 13:27:54 -05:00
preset.js fix(next-storybook): make rules an array in webpack config (#22125) 2021-05-05 02:45:38 +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