Skip to content

Commit 2722abb

Browse files
committed
fmt
1 parent 4126c26 commit 2722abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/vite/sourceMaps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export function getPluginOptions(
216216
: shouldDeleteFilesFallback?.server || shouldDeleteFilesFallback?.client
217217
? fallbackFilesToDelete
218218
: undefined,
219-
rewriteSources: sourcemapsOptions.rewriteSources ?? ((source: string) => normalizePath(source)),
219+
rewriteSources: sourcemapsOptions.rewriteSources ?? normalizePath,
220220
...moduleOptions?.unstable_sentryBundlerPluginOptions?.sourcemaps,
221221
},
222222
};

0 commit comments

Comments
 (0)