Skip to content

Commit 992845e

Browse files
authored
Update the description of the webpack runtime chunk
1 parent 92548f1 commit 992845e

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)