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
`vite-plugin-checker` is not emitting `.ts` files (the ones overriding the original OpenUI5 files) during development, which leads to missing files and errors.
With this PR, the overridden files are explicitly listed in Vite so that they are resolved from the `src` directory in development mode.
0 commit comments