File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ lazy val commonSettings = Seq(
24
24
25
25
lazy val common = (crossProject(JSPlatform , JVMPlatform )
26
26
.crossType(CrossType .Pure ) in file(" common" ))
27
- .enablePlugins(ScalaJSPlugin )
27
+ // .enablePlugins(ScalaJSPlugin)
28
28
.settings(commonSettings, name := " onnx-scala-common" ,
29
29
crossScalaVersions := Seq (
30
30
dottyVersion,
@@ -131,8 +131,9 @@ lazy val backends = (crossProject(JSPlatform, JVMPlatform)
131
131
// "org.bytedeco" % "onnxruntime-platform" % "1.5.2-1.5.5-SNAPSHOT"
132
132
),
133
133
crossScalaVersions := Seq (dottyVersion, scala213Version)
134
- ).jvmSettings().jsSettings(
135
- scalaJSUseMainModuleInitializer := true ) // , //Testing
134
+ )
135
+ // .jvmSettings().jsSettings(
136
+ // scalaJSUseMainModuleInitializer := true) //, //Testing
136
137
// Seems to be a bundling issue, copying things manually seems to work
137
138
// npmDependencies in Compile += "onnxjs" -> "0.1.8")
138
139
You can’t perform that action at this time.
0 commit comments