mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 04:41:16 +08:00
Change stories match pattern in the cra-ts-kitchen-sink example
This commit is contained in:
parent
7f11ee2d76
commit
df1770a767
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user