Skip to content

Commit

Permalink
chore: webpack5
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Mar 17, 2023
1 parent 1280ff6 commit 93ac348
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import { resolve } from 'path'

export default {
staticDirs: ['./public'],
core: {
builder: '@storybook/builder-webpack5',
},
stories: ['./stories/**/*.stories.{ts,tsx}'],
addons: ['@storybook/addon-controls', '@storybook/addon-actions'],
typescript: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"camera-controls": "^2.1.0",
"detect-gpu": "^5.0.10",
"glsl-noise": "^0.0.0",
Expand Down Expand Up @@ -90,9 +92,7 @@
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack4": "^6.5.16",
"@storybook/html": "^6.5.16",
"@storybook/manager-webpack4": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@types/jest": "^26.0.10",
"@types/lodash-es": "^4.17.3",
Expand Down
Loading

0 comments on commit 93ac348

Please sign in to comment.