You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, imagetools-core 0.1.0-next.8 uses ||= which is only available in Node 15.
This makes vite-imagetools unusable below Node 15 (can you even shim a Vite plugin with Babel?)
Thanks for the heads up! Typescript should now compile down to es2018, I also fixed the github workflow so unit tests get run in all nodes LTS versions 👍
Vitejs only supports nodes 12.x upwards, so vite-imagetools will too. This means compiling to es2019 should be alright 👍
Should be addressed in release vite-imagetools@3.3.2-alpha.0(imagetools-core@0.1.0-next.9)
(Don't ask me why it's alpha instead of next, I sometimes don't get Lerna 😄)
Update:
The previous version didn't really work so there is a new version published on npm vite-imagetools@3.4.0-next.0 that fixes the previous version and also the weird naming!
I consider this issue closed, but if it persists for you feel free to reopen it!
Currently,
imagetools-core
0.1.0-next.8 uses||=
which is only available in Node 15.This makes
vite-imagetools
unusable below Node 15 (can you even shim a Vite plugin with Babel?)Tested on:
The text was updated successfully, but these errors were encountered: