We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f814c3 commit cfb31bbCopy full SHA for cfb31bb
build.sc
@@ -21,7 +21,9 @@ class ScalaJsCliNativeImage(val scalaJsVersion0: String) extends ScalaModule wit
21
def nativeImageOptions = T{
22
super.nativeImageOptions() ++ Seq(
23
"--no-fallback",
24
- "-H:IncludeResources=org/scalajs/linker/backend/emitter/.*.sjsir"
+ "-H:IncludeResources=org/scalajs/linker/backend/emitter/.*.sjsir",
25
+ "-H:IncludeResources=com/google/javascript/jscomp/js/polyfills.txt",
26
+ "-H:IncludeResourceBundles=com.google.javascript.jscomp.parsing.ParserConfig",
27
)
28
}
29
def nativeImagePersist = System.getenv("CI") != null
0 commit comments