Skip to content

Commit

Permalink
fix(config): Update entry-context.md (#3106)
Browse files Browse the repository at this point in the history
Use the term "application bundling" instead of "application execution" to describe entry points.
  • Loading branch information
mnieber authored and montogeek committed Jun 10, 2019
1 parent f4d17dc commit 91ce9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/configuration/entry-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ By default the current directory is used, but it's recommended to pass a value i

`string | [string] | object { <key>: string | [string] } | (function: () => string | [string] | object { <key>: string | [string] })`

The point or points to enter the application. At this point the application starts executing. If an array is passed all items will be executed.
The point or points where to start the application bundling process. If an array is passed then all items will be processed.

A dynamically loaded module is __not__ an entry point.

Expand Down

0 comments on commit 91ce9d2

Please sign in to comment.