Skip to content

Commit cf84fba

Browse files
committed
Finishing sorting the concepts section
1 parent 3826491 commit cf84fba

File tree

10 files changed

+14
-5
lines changed

10 files changed

+14
-5
lines changed

content/concepts/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Configuration
3+
sort: 6
34
contributors:
5+
- TheLarkInn
46
---
57

68
You may have noticed that few webpack configurations look exactly alike. This is because **webpack's configuration file is a JavaScript file that exports an object.** This object is then processed by webpack based upon its defined properties.

content/concepts/dependency-graph.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Dependency Graph
3+
sort: 9
34
contributors:
45
- TheLarkInn
56
---

content/concepts/entry-points.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Entry Points
3-
sort: 0
3+
sort: 2
44
contributors:
55
- TheLarkInn
66
---

content/concepts/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Introduction
2+
title: Concepts
3+
sort: 1
34
contributors:
45
- TheLarkInn
56
- jhnns

content/concepts/loaders.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Loaders
3-
sort: 2
3+
sort: 4
44
contributors:
5+
56
---
67

78
?> Write about how rules work and what's the purpose of loaders.

content/concepts/module-resolution.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Module Resolution
3+
sort: 8
34
contributors:
45
- pksjce
56
---

content/concepts/modules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Modules
3+
sort: 7
34
contributors:
45
- TheLarkInn
56
---

content/concepts/output.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Output
3-
sort: 1
3+
sort: 3
44
contributors:
5+
- TheLarkInn
56
---
67

78
Options affecting the output of the compilation. `output` options tell Webpack how to write the compiled files to disk. Note, that while there can be multiple `entry` points, only one `output` configuration is specified.

content/concepts/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Plugins
3-
sort: 3
3+
sort: 5
44
contributors:
55
- TheLarkInn
66
- jhnns

content/concepts/targets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Targets
3+
sort: 10
34
contributors:
45
- TheLarkInn
56
---

0 commit comments

Comments
 (0)