You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MethodAccessorImpl NoClassDefError happens with Scala.js 1.0.0-RC2, when compiling multiple Scala.JS projects. We have no such issue with Scala.js 0.6.x
After rerunning fastOptJS, the compilation eventually succeeds.
I'm using sbt 1.3.6 and JDK11. The same error happens with JDK8.
It might be an issue of sbt-scalajs plugin and sbt-1.3.x's new classloader. (The same problem happens with sbt 1.2.8) I'll work on reproduction of this issue.
It seems the reflection call of PathOutputFile in the LinkerImpl is failing: