Skip to content

Commit

Permalink
project: allow multilines to be matched with ScalaJS for now
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-eric-torreborre committed Aug 15, 2021
1 parent 554c056 commit 959ba62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ lazy val commonSettings =
lazy val commonJvmSettings =
testJvmSettings


import org.scalajs.linker.interface.ESVersion

lazy val commonJsSettings =
Seq(scalaJSLinkerConfig ~= { _.withESFeatures(_.withESVersion(ESVersion.ES2018)) }) ++
testJsSettings

/** MODULES (sorted in alphabetical order) */
Expand Down

0 comments on commit 959ba62

Please sign in to comment.