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
The current suggestion there is to run packaging with sbt 'set Global / scalaJSStage := FullOptStage' Universal/packageBin this is ok as a workaround but obviously not ideal compared to being able to set Universal / scalaJSStage := FullOptStage in build.sbt so that fast opt is the default behaviour and only native packaging configs and tasks use full opt. I'm a little unsure if this setting would go in server or client, i'm guessing client would be preferable in case someone really wants multiple client projects with different opt settings.
I tried looking over the plugin but submitting a PR for it is a little beyond my current knowledge, please consider this enhancement request.
The text was updated successfully, but these errors were encountered:
My project structure is mostly based on https://github.com/vmunier/play-scalajs.g8
The current suggestion there is to run packaging with
sbt 'set Global / scalaJSStage := FullOptStage' Universal/packageBin
this is ok as a workaround but obviously not ideal compared to being able to setUniversal / scalaJSStage := FullOptStage
in build.sbt so that fast opt is the default behaviour and only native packaging configs and tasks use full opt. I'm a little unsure if this setting would go in server or client, i'm guessing client would be preferable in case someone really wants multiple client projects with different opt settings.I tried looking over the plugin but submitting a PR for it is a little beyond my current knowledge, please consider this enhancement request.
The text was updated successfully, but these errors were encountered: