Skip to content

Commit

Permalink
uncomment minfication code
Browse files Browse the repository at this point in the history
  • Loading branch information
yochannah committed Nov 30, 2017
1 parent e95d854 commit 112b697
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@ module.exports = {
plugins: [
new UglifyJsPlugin({
uglifyOptions: {
// mangle: {
// reserved: ["$",
// "_",
// "Backbone",
// "MIModel",
// "cola",
// "d3",
// "corner",
// "jstoxml"
// ]
// }
mangle:false
mangle: {
reserved: ["$",
"_",
"Backbone",
"MIModel",
"cola",
"d3",
"corner",
"jstoxml"
]
}
}
})

Expand Down

0 comments on commit 112b697

Please sign in to comment.