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 6373ecc commit fde59e5Copy full SHA for fde59e5
1 file changed
packages/mocker/src/node/resolver.ts
@@ -103,9 +103,9 @@ export class ServerMockResolver {
103
}
104
105
private async resolveMockId(rawId: string, importer: string) {
106
- if (!importer.startsWith(this.server.config.root)) {
107
- importer = join(this.server.config.root, importer)
108
- }
+ // if (!importer.startsWith(this.server.config.root)) {
+ // importer = join(this.server.config.root, importer)
+ // }
109
const resolved = await this.server.pluginContainer.resolveId(
110
rawId,
111
importer,
0 commit comments