Skip to content

Commit

Permalink
Fix e2e storybook (WordPress#68307)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: mirka <[email protected]>
Co-authored-by: yogeshbhutkar <[email protected]>
  • Loading branch information
4 people authored Dec 26, 2024
1 parent 4ad26e1 commit d1c9d76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/storybook-playwright/storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ const baseConfig = require( '../../../storybook/main' );

const config = {
...baseConfig,
addons: [ '@storybook/addon-toolbars' ],
addons: [
'@storybook/addon-toolbars',
'@storybook/addon-webpack5-compiler-babel',
],
docs: undefined,
staticDirs: undefined,
stories: [
Expand Down

0 comments on commit d1c9d76

Please sign in to comment.