Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions website/docs/en/config/rsbuild/plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ import { RsbuildDocBadge } from '@components/RsbuildDocBadge';

Rslib and Rsbuild share the same plugin system, so you can use Rsbuild plugins in Rslib.

:::tip
Currently, some plugins have not been adapted to the [bundleless](/guide/basic/output-structure#bundle--bundleless) mode of Rslib, such as the Vue plugin and Svelte plugin. Therefore, these plugins can only be used in the bundle mode.
::: note

Currently, some plugins have not been adapted to the [bundleless](/guide/basic/output-structure#bundle--bundleless) mode. For example, the Svelte plugin can only be used in the bundle mode.

:::

## Using plugins
Expand Down
6 changes: 4 additions & 2 deletions website/docs/zh/config/rsbuild/plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ import { RsbuildDocBadge } from '@components/RsbuildDocBadge';

Rslib 与 Rsbuild 共享同一套插件系统,因此你可以在 Rslib 中使用 Rsbuild 插件。

:::tip
目前部分插件还未适配 Rslib 的 [bundleless](/guide/basic/output-structure#bundle--bundleless) 模式,比如 Vue 插件和 Svelte 插件。因此,这些插件只能在 bundle 模式下使用。
::: note

目前部分插件还未适配 [bundleless](/guide/basic/output-structure#bundle--bundleless) 模式。例如,Svelte 插件目前只能在 bundle 模式下使用。

:::

## 使用插件
Expand Down
Loading