Skip to content

Commit

Permalink
fix(graalvm): correct init script order in js manifest.
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Valdespino <dvaldespino00@gmail.com>
  • Loading branch information
darvld committed Sep 25, 2023
1 parent d7693e4 commit 1d3a27f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{ "path": "js.runtime.tar.gz" }
],
"scripts": [
{ "path": "facade.js" },
{ "path": "polyfills.js" }
{ "path": "polyfills.js" },
{ "path": "facade.js" }
]
}

0 comments on commit 1d3a27f

Please sign in to comment.