mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
fix link to Intro to Presets page
(#7783)
fix link to `Intro to Presets page`
This commit is contained in:
commit
2acbcd6553
@ -5,7 +5,7 @@ title: 'Intro to Presets'
|
|||||||
|
|
||||||
Storybook **presets** are grouped collections of `babel`, `webpack`, and `addons` configurations that support specific use cases.
|
Storybook **presets** are grouped collections of `babel`, `webpack`, and `addons` configurations that support specific use cases.
|
||||||
|
|
||||||
For example, to write your stories in Typescript, rather than [manually configuring Storybook for typescript](../configurations/typescript-config/) with individual [babel](../configurations/custom-babel-config/) and [webpack](../configurations/custom-webpack-config/) configs, you can simply use the `@storybook/preset-typescript` package, which does the heavy lifting for you.
|
For example, to write your stories in Typescript, rather than [manually configuring Storybook for typescript](../../configurations/typescript-config/) with individual [babel](../../configurations/custom-babel-config/) and [webpack](../../configurations/custom-webpack-config/) configs, you can simply use the `@storybook/preset-typescript` package, which does the heavy lifting for you.
|
||||||
|
|
||||||
## Basic usage
|
## Basic usage
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user