# bundler

[JS](/web/js.md) ⟩ [module](/web/js/module.md) ⟩ bundler

{% hint style="success" %}
Because fetching a single big file tends to be faster than fetching a lot of tiny ones, web programmers have started using tools that roll their <mark style="color:yellow;">**modules**</mark> back into a <mark style="color:yellow;">**single big file**</mark> before they publish it to the Web. Such tools are called <mark style="color:purple;">**bundlers**</mark>.
{% endhint %}

{% tabs %}
{% tab title="📗 參考" %}

* [ ] Eloquent JS ⟩ Modules ⟩ [Building & Bundling](https://eloquentjavascript.net/10_modules.html#h_zWTXAU93DC)&#x20;
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lochiwei.gitbook.io/web/js/module/bundler.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
