Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
[config]: sb@latest
Browse files Browse the repository at this point in the history
- Cannot find module 'webpack/lib/util/makeSerializable.js' storybookjs/storybook#15336
  - typescript: { reactDocgen: false },
It seems that storybook was still trying to reference webpack 4 until I switched this toggle off.
  • Loading branch information
yjkwon07 committed Jul 19, 2022
1 parent b4320ba commit 014206f
Show file tree
Hide file tree
Showing 3 changed files with 7,505 additions and 12,015 deletions.
1 change: 1 addition & 0 deletions .storybook/main.js
Expand Up @@ -9,6 +9,7 @@ module.exports = {
core: {
builder: 'webpack5',
},
typescript: { reactDocgen: false },
babel: async (options) => {
const pluginsPackageNameList = babelOptionFlatName(babel.plugins);
const presetsPackageNameList = babelOptionFlatName(babel.presets);
Expand Down

0 comments on commit 014206f

Please sign in to comment.