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
fix(app-vite): Fix SSR publicPath handling (#12972)
* fix(app-vite): Fix SSR publicPath check
* refactor(app-vite): Add JSDoc types for #appOptions
* fix(app-vite): Call SSR injectMiddlewares at the right time to enable publicPath middleware
* fix(app-vite): Correctly use WHATWG URL constructor
Here is a lengthy discussion about the problem nodejs/node#12682
0 commit comments