Update docs/addons/configure-addons.md

Co-authored-by: Dominic Nguyen <dom@hichroma.com>
This commit is contained in:
Varun Vachhar 2021-03-23 15:42:54 -04:00 committed by GitHub
parent 7896ce08ae
commit e972ced9ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Storybook is designed to be highly customizable. You can develop all kinds of wo
## Preset
Preset options are global and are accessible from NodeJS. Great for things like Webpack loaders, Babel plugins, and other library or framework specific configurations.
Preset options are global and are accessible from NodeJS. Great for things like Webpack loaders, Babel plugins, and other library or framework-specific configurations.
Presets offload the burden of configuration from the user to the addon. They are convenient for integrating libraries with Storybook. Let's look at an example.