Skip to content

Commit

Permalink
Make scalaJSUseMainModuleInitializer compile scope only
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Nov 20, 2021
1 parent 069aa5e commit d91c772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)

).jsSettings(
scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule)},
scalaJSUseMainModuleInitializer := true,
Compile / scalaJSUseMainModuleInitializer := true,
scalaJSStage in Global := FullOptStage,
npmPackageAuthor := "Christopher Davenport",
npmPackageDescription := "Curl Command Line Parser which outputs http4s code",
Expand Down

0 comments on commit d91c772

Please sign in to comment.