From a0fe377b262cc42f9db73f2369172c81ff555ce6 Mon Sep 17 00:00:00 2001 From: Matthew Nuthall <15828266+idesigncode@users.noreply.github.com> Date: Tue, 20 Jun 2023 10:16:10 +1000 Subject: [PATCH] Updated StoriesSpecifier.files pattern in api docs --- docs/api/main-config-stories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/main-config-stories.md b/docs/api/main-config-stories.md index 38b239a97eea..aac62a1b3d98 100644 --- a/docs/api/main-config-stories.md +++ b/docs/api/main-config-stories.md @@ -101,7 +101,7 @@ Where to start looking for story files, relative to the root of your project. Type: `string` -Default: `'**/*.@(mdx|stories.@(mdx|tsx|ts|jsx|js))'` +Default: `'**/*.@(mdx|stories.@(mdx|js|jsx|mjs|ts|tsx))'` A glob, relative to `StoriesSpecifier.directory` (with no leading `./`), that matches the filenames to load.