Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot change configDir by calling buildStatic #14562

Closed
farnabaz opened this issue Apr 12, 2021 · 1 comment
Closed

Cannot change configDir by calling buildStatic #14562

farnabaz opened this issue Apr 12, 2021 · 1 comment

Comments

@farnabaz
Copy link

In the latest release of Storybook, we can't change configDir by passing arguments to buildStatic function.

It is possible to modify configDir in the v6.1

configDir: loadOptions.configDir || cliOptions.configDir || './.storybook',

But this behavior breaks in v6.2

configDir: cliOptions.configDir || './.storybook',

Originally reported in nuxt-modules/storybook#259

@farnabaz
Copy link
Author

Close in favor of #14561

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant