Commit 5cba000
docs: document global entry behavior in EntryPlugin (#12105)
* Initial plan
* docs: document global entry behavior in EntryPlugin
Add documentation for global entry behavior (when name is undefined):
- Global entries are now injected into both regular and async entrypoints
- Includes use cases for webpack-dev-server and ModuleFederationPlugin
- Added examples showing how global entries work with Workers
Related to PR #12096
Co-authored-by: chenjiahan <7237365+chenjiahan@users.noreply.github.com>
* Update entry-plugin.mdx
* Update entry-plugin.mdx
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: chenjiahan <7237365+chenjiahan@users.noreply.github.com>
Co-authored-by: neverland <chenjiahan.jait@bytedance.com>1 parent 939d9a8 commit 5cba000
File tree
2 files changed
+35
-1
lines changed- website/docs
- en/plugins/webpack
- zh/plugins/webpack
2 files changed
+35
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
0 commit comments