Fix dApps not loading (#3935)

This commit is contained in:
Nicolas Gotchac 2016-12-21 19:30:49 +01:00 committed by Jaco Greeff
parent 5ea70b1fd3
commit bce69b2b09
1 changed files with 2 additions and 1 deletions

View File

@ -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