mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
Update lib/core/src/server/preview/to-require-context.ts
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
This commit is contained in:
parent
db6e46ee10
commit
0be872747d
@ -9,7 +9,7 @@ const fixBadGlob = deprecate(
|
||||
return match.input.replace(match[1], `@${match[1]}`);
|
||||
},
|
||||
dedent`
|
||||
You're specified an invalid glob, we've attempted to fix it, please ensure the glob you specify is a valid glob
|
||||
You're specified an invalid glob, we've attempted to fix it, please ensure the glob you specify is a valid glob. See: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#correct-globs-in-main-js
|
||||
`
|
||||
);
|
||||
const detectBadGlob = (val: string) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user