Skip to content

Commit 24a3377

Browse files
authored
Make intro sentence more concise and useful.
Explicitly state the four concepts early. Stop referring to "we", it just adds clutter to the sentences and conveys no useful information.
1 parent de64b67 commit 24a3377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/concepts/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ contributors:
88
- johnstew
99
---
1010

11-
*webpack* is a _module bundler_ for modern JavaScript applications. It is [incredibly configurable](/configuration), however, there are **Four Core Concepts** we feel you should understand before you get started!
11+
*webpack* is a _module bundler_ for modern JavaScript applications. It is [incredibly configurable](/configuration), but to get started you only need to understand **Four Core Concepts**: entry, output, loaders, & plugins.
1212

13-
As part of your webpack learning journey, we wrote this document aimed to give you a **high-level** overview of these concepts, while still providing links to concept specific use-cases.
13+
This document is intended to give a **high-level** overview of these concepts, while providing links to detailed concept specific use-cases.
1414

1515
## Entry
1616

0 commit comments

Comments
 (0)