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
turansky
10/22/2023, 12:07 PM
Terser will remove it, if it's unused 🙂
e
Edoardo Luppi
10/22/2023, 12:22 PM
@turansky we need support for Webpack in Node before tho, then I can add the terser plugin