static_content.html
6.63 KB
-
Add support for CommonsChunkPlugin for Webpack. · 962b09f7
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.
David Ormsbee committed