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
Otherwise, this ends up loading './index.js', which brings in Node.js,
which causes issues for Vite / Rollup when bundling for the browser.
ClosesInsightSoftwareConsortium#654
We are getting this error while trying to update to b36, this happens with Vite 3.0.9
You can observe a similar error on StackBlitz with a minimal Vite example:
https://stackblitz.com/edit/vite-rwqusd?file=package.json,main.js
(open the browser console to see
Uncaught TypeError: (0 , import_path.dirname) is not a function
)The text was updated successfully, but these errors were encountered: