Patch Changes
-
#1921
1fe71a502
Thanks @DylanPiercey! - Avoid usingtypeof window
and prefertypeof document
checks for browser environment (improves future deno support). -
#1921
f0c697d7b
Thanks @DylanPiercey! - Avoids using a package.json remap for the browser implementation of the _preserve internal tag (used to implementno-update
directives). This fixes an issue where in vite the module could not be loaded properly.