Merge pull request #16849 from edx/ormsbee/smaller_commons_chunk

Reduce size of the commons.js bundle.
This commit is contained in:
David Ormsbee
2017-12-23 21:08:05 -05:00
committed by GitHub

View File

@@ -76,7 +76,7 @@ module.exports = {
// common/djangoapps/pipeline_mako/templates/static_content.html
name: 'commons',
filename: 'commons.js',
minChunks: 2
minChunks: 3
})
],