Skip to content

Commit 7e972a4

Browse files
authored
Update build.sbt
1 parent a9621ec commit 7e972a4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

HtmlMountPoint/build.sbt

-8
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,3 @@ libraryDependencies += {
1616
"org.scala-js" %%% "scalajs-dom" % "1.2.0"
1717
}
1818
}
19-
20-
webpack / version := {
21-
if (VersionNumber(scalaJSVersion).matchesSemVer(SemanticSelector("<1"))) {
22-
"3.12.0"
23-
} else {
24-
"5.98.0"
25-
}
26-
}

0 commit comments

Comments
 (0)