File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : API
2
+ title : Webpack APIs
3
3
sort : 1
4
4
---
5
5
6
+ The following interfaces provide access to the compilation process in different ways:
7
+
6
8
* [ CLI] ( /api/cli )
7
9
* [ Node] ( /api/node )
8
10
* [ Loaders] ( /api/loaders )
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Each `assets` object represents an `output` file emitted from the compilation. T
69
69
70
70
### Chunk Objects
71
71
72
- Each ` chunks ` object represents a group of modules known as a [ chunk] ( /glossary#chunk ) . Each object follows the following structure:
72
+ Each ` chunks ` object represents a group of modules known as a [ chunk] ( /glossary#c ) . Each object follows the following structure:
73
73
74
74
``` js-with-links
75
75
{
Original file line number Diff line number Diff line change 1
1
---
2
- title : Concepts
2
+ title : Core Concepts
3
3
sort : 1
4
4
contributors :
5
5
- TheLarkInn
You can’t perform that action at this time.
0 commit comments