diff --git a/js/webpack/app.js b/js/webpack/app.js index 9044d470b..5e68835f8 100644 --- a/js/webpack/app.js +++ b/js/webpack/app.js @@ -200,7 +200,8 @@ module.exports = { new webpack.optimize.CommonsChunkPlugin({ filename: 'commons.ui.[hash:10].js', name: 'common.ui', - minChunks: 2 + minChunks: 2, + chunks: [ 'index', 'ui' ] }), DappsHTMLInjection