Fix dApps not loading (#3935)
This commit is contained in:
parent
5ea70b1fd3
commit
bce69b2b09
@ -200,7 +200,8 @@ module.exports = {
|
|||||||
new webpack.optimize.CommonsChunkPlugin({
|
new webpack.optimize.CommonsChunkPlugin({
|
||||||
filename: 'commons.ui.[hash:10].js',
|
filename: 'commons.ui.[hash:10].js',
|
||||||
name: 'common.ui',
|
name: 'common.ui',
|
||||||
minChunks: 2
|
minChunks: 2,
|
||||||
|
chunks: [ 'index', 'ui' ]
|
||||||
}),
|
}),
|
||||||
|
|
||||||
DappsHTMLInjection
|
DappsHTMLInjection
|
||||||
|
Loading…
Reference in New Issue
Block a user