Skip to content

Commit

Permalink
feat(tooling): add uglify webpack plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Garet McKinley committed Dec 17, 2016
1 parent d0473f5 commit 25412da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
]
},
plugins: [
new webpack.optimize.UglifyJsPlugin(),
new webpack.optimize.CommonsChunkPlugin({
name: 'vendor' // Specify the common bundle's name.
}),
Expand Down

0 comments on commit 25412da

Please sign in to comment.