Skip to content

Commit

Permalink
Minify build
Browse files Browse the repository at this point in the history
  • Loading branch information
jdlehman committed Dec 26, 2015
1 parent 1f8a842 commit cd445b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 241 deletions.
234 changes: 1 addition & 233 deletions dist/switcheroo.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ module.exports = {
}
],
plugins: [
// new webpack.optimize.OccurenceOrderPlugin(),
// new webpack.DefinePlugin({
// 'process.env': {
// 'NODE_ENV': JSON.stringify('production')
// }
// }),
// new webpack.optimize.DedupePlugin(),
// new webpack.optimize.UglifyJsPlugin()
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.DefinePlugin({
'process.env': {
'NODE_ENV': JSON.stringify('production')
}
}),
new webpack.optimize.DedupePlugin(),
new webpack.optimize.UglifyJsPlugin()
]
};

0 comments on commit cd445b0

Please sign in to comment.