Skip to content

Concepts - Introduction page should use less technical language #1416

@tanyagray

Description

@tanyagray

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."

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions