mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:01:07 +08:00
Merge pull request #10225 from techieshark/patch-3
Clarify warning message
This commit is contained in:
commit
1f27b252a6
@ -15,7 +15,7 @@ const checkForNewPreset = (presetsList: Preset[]) => {
|
||||
if (!hasNewPreset) {
|
||||
logger.warn('Storybook support for Create React App is now a separate preset.');
|
||||
logger.warn(
|
||||
'To get started with the new preset, simply add `@storybook/preset-create-react-app` to your project.'
|
||||
'To use the new preset, add `@storybook/preset-create-react-app` to the list of `addons` in your `.storybook/main.js` config file.'
|
||||
);
|
||||
logger.warn('The built-in preset will be disabled in Storybook 6.0.');
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user