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 4126c26 commit 2722abbCopy full SHA for 2722abb
packages/nuxt/src/vite/sourceMaps.ts
@@ -216,7 +216,7 @@ export function getPluginOptions(
216
: shouldDeleteFilesFallback?.server || shouldDeleteFilesFallback?.client
217
? fallbackFilesToDelete
218
: undefined,
219
- rewriteSources: sourcemapsOptions.rewriteSources ?? ((source: string) => normalizePath(source)),
+ rewriteSources: sourcemapsOptions.rewriteSources ?? normalizePath,
220
...moduleOptions?.unstable_sentryBundlerPluginOptions?.sourcemaps,
221
},
222
};
0 commit comments