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
I tested adding /* @vite-ignore */ next to /* webpackIgnore */ on line 57364 of model-viewer.js in /dist, which is in the getLottieLoader(withCredentials) function. It does correctly suppress the warning. I know it's /dist and all, but...
I have recently moved from Webpack to Vite (angular 18 was default webpack, now angular 19 is vite).
You might want to add
vite-ignore
next to your webpack ignore, or allow for static analysis otherwise:The text was updated successfully, but these errors were encountered: