Skip to content

Instantly share code, notes, and snippets.

@mangledmonkey
Created July 28, 2016 00:30
Show Gist options
  • Save mangledmonkey/d2c02db22a9d7372196db2d64ef7a2d2 to your computer and use it in GitHub Desktop.
Save mangledmonkey/d2c02db22a9d7372196db2d64ef7a2d2 to your computer and use it in GitHub Desktop.
An attempt at adding an exclude for uglify-js in aurelia 1.0
...
"loader": {
...
"plugins": [
{
...
},
{
"name": "uglify-js",
"exclude": [
"aurelia-materialize-bridge"
]
}
]
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment