Skip to content

Commit

Permalink
[gh-1319] Fix Storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmind committed Jun 3, 2024
1 parent a05e171 commit 8585414
Show file tree
Hide file tree
Showing 2 changed files with 1,030 additions and 934 deletions.
3 changes: 3 additions & 0 deletions source/WebApp/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ module.exports = {
core: {
builder: 'webpack5',
},
typescript: {
reactDocgen: false,
},
webpackFinal: async (config) => {
config.resolve.symlinks = false;
config.resolve.alias[
Expand Down
Loading

0 comments on commit 8585414

Please sign in to comment.