Skip to content

Commit

Permalink
Use fastLinkJS / fullLinkJS
Browse files Browse the repository at this point in the history
  • Loading branch information
ioleo authored Sep 29, 2023
1 parent 3d7106a commit 7fb73d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ object WebScalaJSBundlerPlugin extends AutoPlugin {
.map { project =>
Def.settingDyn {
val sjsStage = (scalaJSStage in project).value match {
case Stage.FastOpt => fastOptJS
case Stage.FullOpt => fullOptJS
case Stage.FastOpt => fastLinkJS
case Stage.FullOpt => fullLinkJS
}
Def.task {
val files = (webpack in (project, Compile, sjsStage)).value
Expand Down

0 comments on commit 7fb73d8

Please sign in to comment.