Skip to content

Commit

Permalink
chore: bump storybook and @react-three/drei
Browse files Browse the repository at this point in the history
  • Loading branch information
Parker-Stafford committed Apr 28, 2024
1 parent 02865f0 commit f86841c
Show file tree
Hide file tree
Showing 67 changed files with 5,737 additions and 49,629 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
"@babel/preset-env", "@babel/preset-react","@babel/preset-typescript"
]
}
16 changes: 14 additions & 2 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
module.exports = {
stories: ['../stories/**/*.stories.@(ts|tsx|js|jsx)'],
addons: ['@storybook/addon-links', '@storybook/addon-essentials'],
// https://storybook.js.org/docs/react/configure/typescript#mainjs-configuration
typescript: {
check: true, // type-check stories during Storybook build
},
addons: ['storybook-addon-designs'],

addons: [
'storybook-addon-designs',
'@storybook/addon-webpack5-compiler-babel',
],

framework: {
name: '@storybook/react-webpack5',
options: {},
},

docs: {
autodocs: true,
},
};
5 changes: 0 additions & 5 deletions .storybook/preview.js

This file was deleted.

3 changes: 0 additions & 3 deletions babel.config.js

This file was deleted.

0 comments on commit f86841c

Please sign in to comment.