Skip to content

Commit 1301da6

Browse files
committed
fix: Remove docs from native target
Fix "dropping dependency on node with no phase object: mixin"
1 parent 8e0853f commit 1301da6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ val commonSettings: Seq[Setting[_]] = Seq(
2727

2828
val nativeSettings = Seq(
2929
scalaVersion := "2.11.12",
30-
crossScalaVersions := Seq("2.11.12")
30+
crossScalaVersions := Seq("2.11.12"),
31+
sources in (Compile,doc) := Seq.empty
3132
)
3233

3334
lazy val root = crossProject(JSPlatform, NativePlatform).

0 commit comments

Comments
 (0)