This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(next-storybook): make rules an array in webpack config (vercel#22125
) the `next-storybook` plugin throws an error since version `10.0.6-canary.9`, specifically since vercel#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 vercel#17306 (comment)
- Loading branch information