Skip to content

Commit 8585414

Browse files
committed
[gh-1319] Fix Storybook build
1 parent a05e171 commit 8585414

File tree

2 files changed

+1030
-934
lines changed

2 files changed

+1030
-934
lines changed

source/WebApp/.storybook/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ module.exports = {
1414
core: {
1515
builder: 'webpack5',
1616
},
17+
typescript: {
18+
reactDocgen: false,
19+
},
1720
webpackFinal: async (config) => {
1821
config.resolve.symlinks = false;
1922
config.resolve.alias[

0 commit comments

Comments
 (0)