vmunier/sbt-web-scalajs

Have client-opt.js and client-launcher.js in the same file. One request less means a lot.

strelec opened this issue · 2 comments

Why are those two files separate in the first place?

Hello, what versions of Scala.js and sbt-web-scalajs are you using?
The -launcher.js file is not generated anymore when using Scala.js v0.6.15 along with sbt-web-scalajs v1.0.4; the -fastopt.js and -opt.js files now include the call to the main method.

Thanks, I really just needed to upgrade to 1.0.4.