Closed sprlwrksAprilmintacpineda closed 11 months ago
@Havunen I'm not sure if this is a problem with inferno-script or tools that it uses.
I have rebased all updates from the upstream, updated all the depencies to latest versions and converted the source code to ESM. The next major version will require Node 20 or newer.
This issue will most likely be fixed after upgrading one of these dependencies. Closing.
From
To
It happens when I do this:
Notice the
displayCorrectSplashImage
function, that's the one with the issue. If I move it out of the if statement like so:It then transpiles into this:
Which is the working one.