Skip to content

Commit 943648b

Browse files
authored
Merge pull request #94 from forumone/storybook-8-update
Storybook 8 update
2 parents 6e4e23a + f52ed15 commit 943648b

File tree

5 files changed

+1251
-2640
lines changed

5 files changed

+1251
-2640
lines changed

.storybook/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ module.exports = {
1313
],
1414
framework: {
1515
name: '@storybook/nextjs',
16-
options: { builder: { useSWC: true } },
1716
},
1817
webpackFinal: async config => {
1918
config.plugins.push(

.storybook/preview.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import '../source/01-global/index.css';
44
import '../source/06-utility/index.css';
55

66
const parameters = {
7-
actions: { argTypesRegex: '^on[A-Z].*' },
87
controls: {
98
matchers: {
109
color: /(background|color)$/i,

0 commit comments

Comments
 (0)