Skip to content

Commit bf35c8c

Browse files
committed
Update svelte.md
Add info about Svelte using Rollup
1 parent 72a3e31 commit bf35c8c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/advanced-guides/svelte.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ sidebar_position: 78
44

55
# Svelte
66

7-
This guide describes how to configure your plugin to use [Svelte](https://svelte.dev/), a light-weight alternative to traditional frameworks like React and Vue.
7+
:::info
8+
This guide is written for an older version of the sample plugin that uses Rollup. If you know how to adapt it for ESBuild, consider [contributing](../contribute.md) the changes.
9+
:::
10+
11+
This guide explains how to configure your plugin to use [Svelte](https://svelte.dev/), a light-weight alternative to traditional frameworks like React and Vue.
812

913
Svelte is built around a compiler that preprocesses your code and outputs vanilla JavaScript, which means it doesn't need to load any libraries at run time. This also means that it doesn't need a virtual DOM to track state changes, which allows your plugin to run with minimal additional overhead.
1014

0 commit comments

Comments
 (0)