mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:41:25 +08:00
Docs: Minor SWC docs polish
This commit is contained in:
parent
ffdcd6fb94
commit
fbdacf8209
@ -6,7 +6,7 @@ Parent: [main.js|ts configuration](./main-config.md)
|
||||
|
||||
Type: `(config: swc.Options, options: Options) => swc.Options | Promise<swc.Options>`
|
||||
|
||||
Customize Storybook's [SWC](https://swc.rs/) setup.
|
||||
Customize Storybook's [SWC](https://swc.rs/) setup for Webpack-based projects enabled via the [`@storybook/addon-webpack5-compiler-swc`](https://storybook.js.org/addons/@storybook/addon-webpack5-compiler-swc) addon based on the supported [frameworks](../configure/frameworks.md), except Angular.
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
|
@ -6,18 +6,7 @@ Javascript compilers are essential in optimizing and transforming code, enhancin
|
||||
|
||||
## SWC
|
||||
|
||||
SWC is a fast, highly extensible tool for compiling and bundling modern JavaScript applications. Powered by [Rust](https://www.rust-lang.org/), it improves performance and reduces build times. Storybook includes a built-in integration with SWC, allowing zero-configuration setup and built-in types for APIs. If you've initialized Storybook in a Webpack-based project with any of the supported [frameworks](./frameworks.md), except Angular, it will automatically use SWC as its default, providing you with faster loading time. However, if you're upgrading from a previous version of Storybook, you may need to opt-in to use SWC by adjusting your Storybook configuration file (i.e., `.storybook/main.js|ts`) as follows:
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<CodeSnippets
|
||||
paths={[
|
||||
'common/main-config-framework-options-builder-use-swc.js.mdx',
|
||||
'common/main-config-framework-options-builder-use-swc.ts.mdx',
|
||||
]}
|
||||
/>
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
SWC is a fast, highly extensible tool for compiling and bundling modern JavaScript applications. Powered by [Rust](https://www.rust-lang.org/), it improves performance and reduces build times. Storybook includes a built-in integration with SWC, allowing zero-configuration setup and built-in types for APIs. If you've initialized Storybook in a Webpack-based project with any of the supported [frameworks](./frameworks.md), except Angular, it will automatically use SWC as its default, providing you with faster loading time.
|
||||
|
||||
<Callout variant="info">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user