From 5424ea3403df9cd4672290865f12b6f5b01cf2d0 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Thu, 7 Sep 2023 10:09:09 -0700 Subject: Doc updates for v1.0 (#4485) * Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows --- docs/runtime/plugins.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/runtime/plugins.md') diff --git a/docs/runtime/plugins.md b/docs/runtime/plugins.md index 39eea3278..5bf80ffb4 100644 --- a/docs/runtime/plugins.md +++ b/docs/runtime/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_](/docs/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. -- cgit v1.2.3