Skip to content

Commit

Permalink
Add note about manager-webpack5 incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Apr 22, 2022
1 parent 0491c33 commit eb37182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/builder-vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ set `core: { builder: "@storybook/builder-vite" }`.
The builder supports both development mode in Storybook, and building a static production version.

If you were previously using `@storybook/manager-webpack5`, you'll need to remove it, since currently the vite builder only works with `manager-webpack4`, which is the default and does not need to be installed manually.

### Customize Vite config

The builder will _not_ read your `vite.config.js` file by default.
Expand Down

0 comments on commit eb37182

Please sign in to comment.