Skip to content

Commit cd445b0

Browse files
committedDec 26, 2015
Minify build
1 parent 1f8a842 commit cd445b0

File tree

2 files changed

+9
-241
lines changed

2 files changed

+9
-241
lines changed
 

‎dist/switcheroo.min.js

+1-233
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎webpack.config.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ module.exports = {
2828
}
2929
],
3030
plugins: [
31-
// new webpack.optimize.OccurenceOrderPlugin(),
32-
// new webpack.DefinePlugin({
33-
// 'process.env': {
34-
// 'NODE_ENV': JSON.stringify('production')
35-
// }
36-
// }),
37-
// new webpack.optimize.DedupePlugin(),
38-
// new webpack.optimize.UglifyJsPlugin()
31+
new webpack.optimize.OccurenceOrderPlugin(),
32+
new webpack.DefinePlugin({
33+
'process.env': {
34+
'NODE_ENV': JSON.stringify('production')
35+
}
36+
}),
37+
new webpack.optimize.DedupePlugin(),
38+
new webpack.optimize.UglifyJsPlugin()
3939
]
4040
};

0 commit comments

Comments
 (0)
Please sign in to comment.