diff options
Diffstat (limited to '.changeset/hip-toys-shake.md')
-rw-r--r-- | .changeset/hip-toys-shake.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.changeset/hip-toys-shake.md b/.changeset/hip-toys-shake.md deleted file mode 100644 index dcbe9c89d..000000000 --- a/.changeset/hip-toys-shake.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@astrojs/node': patch ---- - -Move polyfills up before awaiting the env module in the Node.js adapter. - -Previously the env setting was happening before the polyfills were applied. This means that if the Astro env code (or any dependencies) depended on `crypto`, it would not be polyfilled in time. - -Polyfills should be applied ASAP to prevent races. This moves it to the top of the Node adapter. |