Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fix dApps not loading (#3935)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngotchac authored and jacogr committed Dec 21, 2016
1 parent 5ea70b1 commit bce69b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/webpack/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bce69b2

Please sign in to comment.