Replies: 1 comment
-
This has been fixed on master I believe, you can get our 2.7.0 pre-release via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This issue is new in snowpack 2.6.4 and was not present in 2.6.3
If I do a snowpack install for "svelte/compiler" with svelte version 3.24.0
this
is changed by snowpack 2.6.4 into
which leads to a crash on executing in deno as the existence check of nodejs' process is omitted
in snowpack 2.6.3 the line in the snowpack-isntalled file is
const now = (typeof process !== 'undefined' && process.hrtime) ...
Beta Was this translation helpful? Give feedback.
All reactions