Javascript error only happens when uglify mangle is false

Viewed 614

This javascript error

Super expression must either be null or a function, not undefined

Is only thrown when webpack mode is set to production, which I've narrowed down to UglifyJsPlugin > uglifyOptions > compress.

Has anybody experienced this issue? Or have a suggestion on where to look?

1 Answers
Related