diff options
Diffstat (limited to 'docs/bundler/plugins.md')
-rw-r--r-- | docs/bundler/plugins.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/bundler/plugins.md b/docs/bundler/plugins.md index 2b52ae7da..4c2737894 100644 --- a/docs/bundler/plugins.md +++ b/docs/bundler/plugins.md @@ -1,7 +1,3 @@ -{% callout %} -**Note** — Introduced in Bun v0.1.11. -{% /callout %} - Bun provides a universal plugin API that can be used to extend both the _runtime_ and _bundler_. Plugins intercept imports and perform custom loading logic: reading files, transpiling code, etc. They can be used to add support for additional file types, like `.scss` or `.yaml`. In the context of Bun's bundler, plugins can be used to implement framework-level features like CSS extraction, macros, and client-server code co-location. |