Commit fcecd24
committed
minor #323 Update the description of the webpack runtime chunk (stof)
This PR was merged into the master branch.
Discussion
----------
Update the description of the webpack runtime chunk
What gets extracted in this chunk is not the manifest (which creates confusion with the webpack manifest which is a JSON file used by the backend code, i.e. the Symfony asset component); it is the webpack runtime.
This runtime indeed includes some information also present in the manifest (it contains the mapping for all dynamic chunks), but that's not all of it.
Commits
-------
992845e Update the description of the webpack runtime chunk1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments