diff options
Diffstat (limited to 'docs/bundler/vs-esbuild.md')
-rw-r--r-- | docs/bundler/vs-esbuild.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/bundler/vs-esbuild.md b/docs/bundler/vs-esbuild.md index 3c23d8a4e..0d145721a 100644 --- a/docs/bundler/vs-esbuild.md +++ b/docs/bundler/vs-esbuild.md @@ -1,7 +1,3 @@ -{% callout %} -**Note** — Available in Bun v0.6.0 and later. -{% /callout %} - Bun's bundler API is inspired heavily by [esbuild](https://esbuild.github.io/). Migrating to Bun's bundler from esbuild should be relatively painless. This guide will briefly explain why you might consider migrating to Bun's bundler and provide a side-by-side API comparison reference for those who are already familiar with esbuild's API. There are a few behavioral differences to note. |