-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
Description
The introduction page uses language which is likely unfamiliar to someone new to modules and bundling. It also could do with some front-loading of important info in each section.
Some examples of technical language:
- "dependencies" should be initially referred to as "input files and libraries"
- "bundle" should be referred to as "output file"
- the concept of a "dependency graph" could possibly be addressed in less technical terms
Examples of front-loading important info:
- "The entry describes the file that webpack should process first. There may be more than one entry file."
- "The output describes the file which should be produced by webpack. There is generally one output file produced for each entry."
- "A loader describes how files of a certain type should be processed."
- "A plugin adds custom functionality to the webpack bundling process."