Skip to content

Instantly share code, notes, and snippets.

View savager's full-sized avatar

Russ Savage savager

  • Chicago, IL
  • 12:11 (UTC -05:00)
View GitHub Profile
new UglifyJsPlugin({
uglifyOptions: {
compress: {
arrows: false,
booleans: false,
cascade: false,
collapse_vars: false,
comparisons: false,
computed_props: false,
hoist_funs: false,