File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,12 @@ consists of two parts:
36
36
The manifest contains the new compilation hash and a list of all update chunks.
37
37
38
38
Each update chunk contains code for all updated modules in the respective chunk
39
- (or a flag if a module was removed).
39
+ (or a flag indicating that the module was removed).
40
40
41
- The compiler addtionally makes sure that module IDs and chunk IDs are consistent
42
- between these builds. It stores these IDs in a "records" JSON file or in memory.
41
+ The compiler makes sure that module IDs and chunk IDs are consistent
42
+ between these builds. It typically stores these IDs in memory (for example, when
43
+ using [ webpack-dev-server] ( /configuration/dev-server/ ) ), but it's also possible to
44
+ store them in a JSON file.
43
45
44
46
### From The Module View
45
47
You can’t perform that action at this time.
0 commit comments