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

Commit

Permalink
fix(webpack): Add polyfills commons chunk plugin entry
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed Dec 5, 2017
1 parent 21d2e5f commit ff09b94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ module.exports = {
name: 'app',
children: true
}),
new webpack.optimize.CommonsChunkPlugin({
name: 'polyfills',
children: true
}),
new webpack.optimize.CommonsChunkPlugin({
name: 'vendor',
minChunks: function (module) {
Expand Down

0 comments on commit ff09b94

Please sign in to comment.