Question related to the outputted JS code. I see a lot of those unused `$super` parameters. What are...
e
Question related to the outputted JS code. I see a lot of those unused
$super
parameters. What are they used/generated for? Edit: I was writing this when I realized it's a reference to the superclass instance. But posting anyway.
t
Terser will remove it, if it's unused 🙂
e
@turansky we need support for Webpack in Node before tho, then I can add the terser plugin
t
In case of Node it doesn't look like big problem