Skip to content

Commit

Permalink
Merge pull request #3435 from typelevel/topic/full-opt-js
Browse files Browse the repository at this point in the history
Use FullOptStage
  • Loading branch information
mpilquist authored May 28, 2020
2 parents be11eec + 9ef3e71 commit 9c20c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ lazy val commonJsSettings = Seq(
val g = "https://raw.githubusercontent.com/typelevel/cats/" + tagOrHash
s"-P:scalajs:mapSourceURI:$a->$g/"
},
scalaJSStage in Global := FastOptStage,
scalaJSStage in Global := FullOptStage,
parallelExecution := false,
jsEnv := new org.scalajs.jsenv.nodejs.NodeJSEnv(),
// batch mode decreases the amount of memory needed to compile Scala.js code
Expand Down

0 comments on commit 9c20c7b

Please sign in to comment.