10000
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 12b96d1 commit cd97134Copy full SHA for cd97134
packages/angular/build/src/tools/vite/angular-memory-plugin.ts
@@ -55,7 +55,7 @@ export function createAngularMemoryPlugin(options: AngularMemoryPluginOptions):
55
return source;
56
}
57
58
- if (importer && source[0] === '.' && importer.startsWith(virtualProjectRoot)) {
+ if (importer && source[0] === '.' && normalizePath(importer).startsWith(virtualProjectRoot)) {
59
// Remove query if present
60
const [importerFile] = importer.split('?', 1);
61
0 commit comments