diff --git a/src/configuration.ts b/src/configuration.ts index dad073c99..21e8e3a3e 100644 --- a/src/configuration.ts +++ b/src/configuration.ts @@ -985,6 +985,7 @@ export function defaultSourceMapPathOverrides(webRoot: string): { [key: string]: 'webpack:///([a-z]):/(.+)': '$1:/$2', 'meteor://💻app/*': `${webRoot}/*`, 'turbopack://[project]/*': '${workspaceFolder}/*', + 'turbopack:///[project]/*': '${workspaceFolder}/*', }; }