Change stories match pattern in the cra-ts-kitchen-sink example

This commit is contained in:
swlee 2020-02-02 15:26:28 +09:00
parent 7f11ee2d76
commit df1770a767

View File

@ -1,7 +1,7 @@
const path = require('path');
module.exports = {
stories: ['../src/**/*.stories.(mdx|[tj]sx?)'],
stories: ['../src/**/*.stories.(mdx|tsx|ts|jsx|js)'],
addons: [
{
name: '@storybook/preset-create-react-app',