Skip to content

Commit

Permalink
fix error with running storybook
Browse files Browse the repository at this point in the history
webpack5に切り替えて実行すると以下のエラーが出る。

```
Error: Cannot find module 'webpack/lib/util/makeSerializable.js'
```

これは、探してみると以下のissueのワークアラウンドで解決できた。
storybookjs/storybook#15336 (comment)
webpack5のサポートはまだexperimentalなので仕方なさそうか…
  • Loading branch information
MH4GF committed May 4, 2022
1 parent b531182 commit 278a518
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .storybook/main.js
Expand Up @@ -39,4 +39,6 @@ module.exports = {

return config
},
// @see https://github.com/storybookjs/storybook/issues/15336#issuecomment-906809203
typescript: { reactDocgen: false },
}

0 comments on commit 278a518

Please sign in to comment.