We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0236451 commit d11b36fCopy full SHA for d11b36f
packages/angular_devkit/build_angular/src/builders/dev-server/vite-server.ts
@@ -552,7 +552,7 @@ export async function setupServer(
552
);
553
554
// Set the sourcemap root to the workspace root. This is needed since we set a virtual path as root.
555
- remappedMap.sourceRoot = serverOptions.workspaceRoot + '/';
+ remappedMap.sourceRoot = normalizePath(serverOptions.workspaceRoot) + '/';
556
557
return {
558
...result,
0 commit comments