Skip to content

Conversation

mgenware
Copy link
Contributor

@mgenware mgenware commented Nov 2, 2017

The doc URL: https://webpack.js.org/plugins/commons-chunk-plugin/#manifest-file

  • minChunks is set to Infinity so that only webpack runtime is written to manifest file.
  • chunnks: ['vendor'] is removed as entry chunks are selected if chunks is omitted.

These properties are especially useful when using multiple CommonsChunkPlugins.

@mgenware
Copy link
Contributor Author

mgenware commented Nov 2, 2017

@LinusBorg Just noticed you added a label, sorry for the duplicate PR, I accidentally deleted the remote branch, it was automatically closed now, have to start a new one #1028

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants