File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,13 @@ const NATIVE_IMAGE_BUILD_ARGS = [
42
42
'-H:+AllowIncompleteClasspath' ,
43
43
`-H:ReflectionConfigurationFiles=${ path . resolve ( __dirname , 'reflection-config.json' ) } ` ,
44
44
'-H:IncludeResources=externs\.zip' ,
45
- '-H:IncludeResources=com\/google\/javascript\/.*\.js' ,
46
- '-H:IncludeResources=com\/google\/javascript\/.*\.txt' ,
47
- '-H:IncludeResources=com\/google\/javascript\/.*\.typedast' ,
45
+ '-H:IncludeResources=.*\.typedast' ,
46
+ '-H:IncludeResources=com/google/javascript/.*\.js' ,
47
+ '-H:IncludeResources=com/google/javascript/.*\.txt' ,
48
+ '-H:IncludeResources=lib/.*\.js' ,
49
+ '-H:IncludeResources=META-INF/.*\.txt' ,
48
50
'-H:+ReportExceptionStackTraces' ,
51
+ // '-H:+GenerateEmbeddedResourcesFile', // Available on Graal JDK 24 and newer
49
52
'--report-unsupported-elements-at-runtime' ,
50
53
'--initialize-at-build-time' ,
51
54
'--color=always' ,
You can’t perform that action at this time.
0 commit comments