Skip to content

Commit fcecd24

Browse files
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 chunk
2 parents 92548f1 + 992845e commit fcecd24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/plugins/commons-chunks.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ module.exports = function(plugins, webpackConfig) {
2929
name: [
3030
webpackConfig.sharedCommonsEntryName,
3131
/*
32-
* Always dump a 2nd file - manifest.json that
33-
* will contain the webpack manifest information.
32+
* Always dump a 2nd file - manifest.js that
33+
* will contain the webpack runtime.
3434
* This changes frequently, and without this line,
3535
* it would be packaged inside the "shared commons entry"
3636
* file - e.g. vendor.js, which would prevent long-term caching.

0 commit comments

Comments
 (0)