mirror of https://github.com/webpack/webpack.git
commit
faa20a91e0
|
|
@ -201,7 +201,7 @@ Chunk.prototype.canBeIntegrated = function(other) {
|
|||
};
|
||||
|
||||
Chunk.prototype.integratedSize = function(other, options) {
|
||||
// Chunk if it's possible to integrate this chunks
|
||||
// Chunk if it's possible to integrate this chunk
|
||||
if(!this.canBeIntegrated(other)) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue