Skip to content

Commit

Permalink
fix(webpack.common): correct package sort
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS committed Apr 3, 2016
1 parent bf46a9c commit f26985d
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 @@ -197,7 +197,7 @@ module.exports = {
// See: https://github.com/ampedandwired/html-webpack-plugin
new HtmlWebpackPlugin({
template: 'src/index.html',
chunksSortMode: 'none'
chunksSortMode: helpers.packageSort(['polyfills', 'vendor', 'main'])
})

],
Expand Down

0 comments on commit f26985d

Please sign in to comment.