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
@@ -38,15 +41,20 @@ export function createAngularAssetsMiddleware(
38
41
// Rewrite all build assets to a vite raw fs URL
39
42
constasset=assets.get(pathname);
40
43
if(asset){
41
-
// Workaround to disable Vite transformer middleware.
42
-
// See: https://github.com/vitejs/vite/blob/746a1daab0395f98f0afbdee8f364cb6cf2f3b3f/packages/vite/src/node/server/middlewares/transform.ts#L201 and
0 commit comments