Merge pull request #10003 from thakursachin467/next

CLI: Support js / jsx / ts / tsx stories in React CSF template
This commit is contained in:
Michael Shilman 2020-03-01 17:09:20 +08:00 committed by GitHub
commit 7c55dd1dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
module.exports = {
stories: ['../stories/**/*.stories.js'],
stories: ['../stories/**/*.stories.(ts|tsx|js|jsx)'],
addons: ['@storybook/addon-actions', '@storybook/addon-links'],
};