Skip to content

Commit

Permalink
chore(dev-deps): use webpack 5 to build storybook (#473)
Browse files Browse the repository at this point in the history
* chore: use webpack 5 to build storybook

* chore: fix css eslint rule
  • Loading branch information
Xhale1 authored Feb 18, 2023
1 parent fee62aa commit d37268e
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 10 deletions.
1 change: 1 addition & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
},
core: {
disableTelemetry: true,
builder: 'webpack5',
},
reactOptions: {
strictMode: true,
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-storysource": "6.5.16",
"@storybook/addons": "6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/core": "6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "6.5.16",
"@storybook/theming": "6.5.16",
"@testing-library/dom": "8.20.0",
Expand Down
Loading

1 comment on commit d37268e

@vercel
Copy link

@vercel vercel bot commented on d37268e Feb 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.