Skip to content

Commit a0e6ab7

Browse files
committed
further updates
1 parent cb21b07 commit a0e6ab7

4 files changed

Lines changed: 5135 additions & 4270 deletions

File tree

.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"@babel/preset-typescript"
55
],
66
"plugins": [
7-
"@babel/plugin-proposal-class-properties",
8-
"@babel/plugin-proposal-optional-chaining",
7+
"@babel/plugin-transform-class-properties",
8+
"@babel/plugin-transform-optional-chaining",
99
"@babel/plugin-transform-async-to-generator",
1010
"@babel/plugin-transform-runtime"
1111
]

.storybook/main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ export default {
44
addons: [
55
'@storybook/addon-links',
66
'@storybook/addon-actions',
7-
'@storybook/addon-essentials',
8-
'@storybook/addon-mdx-gfm'
7+
'@storybook/addon-essentials'
98
],
109

1110
framework: {

0 commit comments

Comments
 (0)