diff options
Diffstat (limited to 'docs/runtime/autoimport.md')
-rw-r--r-- | docs/runtime/autoimport.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/runtime/autoimport.md b/docs/runtime/autoimport.md index d14723024..38a2badd2 100644 --- a/docs/runtime/autoimport.md +++ b/docs/runtime/autoimport.md @@ -1,7 +1,3 @@ -{% callout %} -**Note** — Added in Bun v0.3.0 -{% /callout %} - If no `node_modules` directory is found in the working directory or higher, Bun will abandon Node.js-style module resolution in favor of the **Bun module resolution algorithm**. Under Bun-style module resolution, all imported packages are auto-installed on the fly into a [global module cache](/docs/install/cache) during execution (the same cache used by [`bun install`](/docs/cli/install)). |