Created
July 28, 2016 00:30
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
"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