Open
Description
I'm reading the config
documentation on entry
and it mentions"
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.
I hope this does not come across as nitpicking, but I find this confusing because afaict webpack only bundles, and in that case there should be no mention of the word "execute". It seems better to just use the word bundle here, as in: The point (or points) in the code from which Webpack starts bundling.