-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular/build): read WASM file from script location on Node.js
When using a WASM file on Node.js via SSR/SSG/etc. the path for the `readFile` call will now be based on the location of the script using the WASM file instead of the current working directory. This change also adds a general Node.js WASM E2E test via prerendering. (cherry picked from commit fee575e)
- Loading branch information
1 parent
1772c87
commit 13d2100
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters