Skip to content

Commit

Permalink
chore(webpack): simplify HtmlWebpackPlugin options (PatrickJS#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
cebor authored and PatrickJS committed May 13, 2016
1 parent 02329f1 commit 8ca27e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ module.exports = {
*/
new HtmlWebpackPlugin({
template: 'src/index.html',
chunksSortMode: helpers.packageSort(['polyfills', 'vendor', 'main'])
chunksSortMode: 'dependency'
})

],
Expand Down

0 comments on commit 8ca27e6

Please sign in to comment.