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

Fix dapps not loading #3935

Merged
merged 1 commit into from
Dec 21, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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