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
Hi @luckylooke , the vite version used in your sandbox is pretty outdated (1.0.0-rc9), you should give a try with a more recent one (v2+).
That being said, the transform code is indeed only called during dev (verified on your sandbox after vite upgrade), and not during build, as I didn't have a use for the later.
Feel free to contribute if you need it, seems logical to me that it'd apply to both dev & build.
Hi it seems that transform callback is not called at all.
Reproduciton:
https://codesandbox.io/p/sandbox/hello-vite-forked-lbngnq
Thx :)
The text was updated successfully, but these errors were encountered: