Skip to content

Commit 3718212

Browse files
committed
fix scala-js
as per Sebastien's advice at scala-js/scala-js#3255
1 parent fc24bcd commit 3718212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ build += {
527527
// Although only `testSuite` actually has tests, dbuild will try to run the tests for all projects
528528
// that `testSuite` depends on (transitively), so we need to set it in a bunch of places.
529529
"set Seq(library, testInterface, jUnitRuntime, testSuite).map(p => jsEnv in p := new org.scalajs.jsenv.nodejs.NodeJSEnv(org.scalajs.jsenv.nodejs.NodeJSEnv.Config().withExecutable(\""${vars.node}"\").withSourceMap(false)))"
530+
"set MyScalaJSPlugin.wantSourceMaps in testSuite := false"
530531
]
531532
}
532533
}

0 commit comments

Comments
 (0)