We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117628f commit 40c1676Copy full SHA for 40c1676
packages/angular_devkit/build_angular/src/builders/dev-server/vite-server.ts
@@ -547,7 +547,7 @@ export async function setupServer(
547
);
548
549
// Set the sourcemap root to the workspace root. This is needed since we set a virtual path as root.
550
- remappedMap.sourceRoot = serverOptions.workspaceRoot + '/';
+ remappedMap.sourceRoot = normalizePath(serverOptions.workspaceRoot) + '/';
551
552
return {
553
...result,
0 commit comments