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

Core: Fix core.builder check #17606

Merged
merged 1 commit into from Mar 7, 2022
Merged

Core: Fix core.builder check #17606

merged 1 commit into from Mar 7, 2022

Commits on Mar 2, 2022

  1. check for presence of core.builder

    ...because it took me way too long to figure out that my Storybook was b0rked because I had tried `storybook-builder-vite` in the past and my main.js had
    
    ```
    core: {
      // builder: 'storybook-builder-vite'
    }
    ```
    
    It doesn't help that the error message was overly mysterious too.
    yanick committed Mar 2, 2022
    Copy the full SHA
    19e49d8 View commit details
    Browse the repository at this point in the history