Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 248b71c

Browse files
japgollyJD557
authored andcommittedAug 23, 2021
Fix sourceMaps urls with Scala 3
1 parent 17646d7 commit 248b71c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
 

‎build.sbt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@ homepage := Some(url("http://scala-js.org/"))
3737

3838
licenses += ("MIT", url("http://opensource.org/licenses/mit-license.php"))
3939

40-
scalacOptions ++= {
41-
if (isSnapshot.value)
42-
Seq.empty
43-
else {
44-
val a = baseDirectory.value.toURI
45-
val g = "https://raw.githubusercontent.com/scala-js/scala-js-dom"
46-
Seq(s"-P:scalajs:mapSourceURI:$a->$g/v${version.value}/")
47-
}
48-
}
49-
5040
def hasNewCollections(version: String): Boolean = {
5141
!version.startsWith("2.11.") &&
5242
!version.startsWith("2.12.")

0 commit comments

Comments
 (0)
Please sign in to comment.