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

Commit

Permalink
Removed parity in CommonChunks prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ngotchac committed Oct 26, 2016
1 parent 9f4fab5 commit c9b9d2d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions js/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ module.exports = {
'tokenreg': ['./dapps/tokenreg.js'],
// library
'parity': ['./parity.js'],
'inject': ['./web3.js'],
'web3': ['./web3.js'],
// app
'index': ['./index.js']
},
Expand Down Expand Up @@ -168,12 +170,6 @@ module.exports = {
name: 'commons'
})
);
plugins.push(
new webpack.optimize.CommonsChunkPlugin({
chunks: ['parity'],
name: 'parity'
})
);

plugins.push(new webpack.optimize.OccurrenceOrderPlugin(false));
plugins.push(new webpack.optimize.DedupePlugin());
Expand Down

0 comments on commit c9b9d2d

Please sign in to comment.