You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Does anybody have experience with this option? Reading the description, I'm still not 💯 I grasp if and when to use it, but it does mention combined use with CommonsChunkPlugin:
Extract from all additional chunks too (by default it extracts only from the initial chunk(s))
When using CommonsChunkPlugin and there are extracted chunks (from ExtractTextPlugin.extract) in the commons chunk, allChunks must be set to true
Any ideas @mozilla-neutrino/core-contributors?
The text was updated successfully, but these errors were encountered:
I'm wondering if we should be setting
allChunks: true
forExtractTextPlugin
instyle-loader
: https://github.com/webpack-contrib/extract-text-webpack-plugin#optionsDoes anybody have experience with this option? Reading the description, I'm still not 💯 I grasp if and when to use it, but it does mention combined use with
CommonsChunkPlugin
:Any ideas @mozilla-neutrino/core-contributors?
The text was updated successfully, but these errors were encountered: