Skip to content

Commit

Permalink
fix: use commons also for single files
Browse files Browse the repository at this point in the history
  • Loading branch information
daKmoR committed Dec 10, 2018
1 parent 34b2342 commit 8f08ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/KarmaWebpackController.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const defaultWebpackOptions = {
commons: {
name: 'commons',
chunks: 'initial',
minChunks: 2,
minChunks: 1,
},
},
},
Expand Down

0 comments on commit 8f08ba4

Please sign in to comment.