stefanpenner / broccoli-concat-analyser

MIT License
126 stars 14 forks source link

Uglify errors should throw #39

Closed simonihmig closed 5 years ago

simonihmig commented 5 years ago

uglify-es does not throw an error itself, so in case of minification errors the root issue is swallowed and results in a TypeError: Cannot read property 'length' of undefined in here https://github.com/stefanpenner/broccoli-concat-analyser/blob/master/lib/summarize.js#L54.