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
Please
register
or
sign in
to comment