Skip to content

Commit

Permalink
configure storybook to use webpack 5
Browse files Browse the repository at this point in the history
  • Loading branch information
rushatgabhane committed Sep 10, 2022
1 parent 7b7bad6 commit 9c7b412
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ module.exports = {
'./public',
'../assets/css',
],
core: {
builder: "webpack5"
}
};

0 comments on commit 9c7b412

Please sign in to comment.