Skip to content

Commit

Permalink
Merge pull request #70 from offlinehacker/patch-1
Browse files Browse the repository at this point in the history
Add remark about autoreload for stories to README
  • Loading branch information
eirslett authored Jul 18, 2021
2 parents 7adf87a + 899c38a commit c5b3dbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ yarn add --dev storybook-builder-vite
In your `main.js` configuration file,
set `core: { builder: "storybook-builder-vite" }`.

> For autoreload of stories to work, they need to have `.stories.tsx` file suffix.
> See also [#53](https://github.com/eirslett/storybook-builder-vite/pull/53)
### Customize Vite config

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

0 comments on commit c5b3dbc

Please sign in to comment.