File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ lazy val backends = (crossProject(JSPlatform, JVMPlatform)
106
106
.crossType(CrossType .Pure ) in file(" backends" ))
107
107
.dependsOn(core)
108
108
// conditionally enabling/disable based on version, still not working
109
- .enablePlugins(ScalaJSBundlerPlugin ) // {ScalablyTypedConverterPlugin})
109
+ // .enablePlugins(ScalaJSBundlerPlugin) //{ScalablyTypedConverterPlugin})
110
110
.settings(
111
111
commonSettings,
112
112
name := " onnx-scala-backends" ,
@@ -132,9 +132,9 @@ lazy val backends = (crossProject(JSPlatform, JVMPlatform)
132
132
),
133
133
crossScalaVersions := Seq (dottyVersion, scala213Version)
134
134
).jvmSettings().jsSettings(
135
- scalaJSUseMainModuleInitializer := true , // , //Testing
135
+ scalaJSUseMainModuleInitializer := true ) // , //Testing
136
136
// Seems to be a bundling issue, copying things manually seems to work
137
- npmDependencies in Compile += " onnxjs" -> " 0.1.8" )
137
+ // npmDependencies in Compile += "onnxjs" -> "0.1.8")
138
138
139
139
lazy val core = (crossProject(JSPlatform , JVMPlatform )
140
140
.crossType(CrossType .Pure ) in file(" core" ))
You can’t perform that action at this time.
0 commit comments