Skip to content

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

+2-3
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,8 @@ lazy val js = project
276276
.dependsOn(coreJS)
277277
.enablePlugins(ScalaJSPlugin, ScalaJSBundlerPlugin)
278278

279-
lazy val core = crossProject(JVMPlatform, JSPlatform)
280-
.crossType(CrossType.Pure)
281-
.in(file("metabrowse-core"))
279+
lazy val core = (file("metabrowse-core") / crossProject(JVMPlatform, JSPlatform)
280+
.crossType(CrossType.Pure))
282281
.jsSettings(
283282
(publish / skip) := true,
284283
scalaJSLinkerConfig ~= (_.withModuleKind(ModuleKind.CommonJSModule))

0 commit comments

Comments
 (0)