Co-authored-by: Kyle Gach <kyle.gach@gmail.com>
This commit is contained in:
Jeppe Reinhold 2023-02-28 22:18:49 +01:00 committed by GitHub
parent 1e3c897211
commit a27de17f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ Out of the box, Storybook's Vite builder includes a set of configuration default
<!-- prettier-ignore-end -->
The asynchronous function`viteFinal` receives a `config` object with the default builder configuration and returns the updated configuration.
The asynchronous function `viteFinal` receives a `config` object with the default builder configuration and returns the updated configuration.
You can also override the builder's configuration based on the environment. For instance, if you need to provide a custom configuration for development purposes and another for production, you can extend the default configuration as follows: