We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751c31f commit cbcf1bcCopy full SHA for cbcf1bc
.pnpmfile.cjs
@@ -71,6 +71,9 @@ function fixDeps( pkg ) {
71
'@use-gesture/react',
72
'use-memo-one',
73
'uuid',
74
+ // Needed for storybook to build with the /wp endpoint. Normal builds don't need them due to dependency extraction.
75
+ '@wordpress/date',
76
+ '@wordpress/hooks',
77
] ) {
78
pkg.optionalDependencies[ dep ] = '*';
79
}
0 commit comments