Skip to content

Commit 2720976

Browse files
author
jonatansalas
committed
docs: add support for prop-types table in storybook
1 parent 6fd286d commit 2720976

File tree

3 files changed

+16971
-0
lines changed

3 files changed

+16971
-0
lines changed

‎.storybook/webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ module.exports = {
1212
plugins: [
1313
'@babel/plugin-proposal-object-rest-spread',
1414
'@babel/plugin-proposal-class-properties',
15+
'@babel/plugin-syntax-dynamic-import',
16+
'babel-plugin-typescript-to-proptypes'
1517
],
1618
},
1719
},

0 commit comments

Comments
 (0)