Add support for CommonsChunkPlugin for Webpack.
This lets us consolidate chunks of JavaScript that are common to multiple bundles, so that they can live in their own shared file. This will be more relevant when we have UI components -- there's actually very little shared code right now.
Showing
- common/djangoapps/pipeline_mako/templates/static_content.html 1 addition, 0 deletions...on/djangoapps/pipeline_mako/templates/static_content.html
- common/static/common/js/karma.common.conf.js 12 additions, 0 deletionscommon/static/common/js/karma.common.conf.js
- webpack.config.js 15 additions, 0 deletionswebpack.config.js
Please register or sign in to comment