Skip to content

Commit

Permalink
fix: remove sourcemap path workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Sep 17, 2024
1 parent df74fa4 commit 7704c93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/loader/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export default async function (
configFile: false,
browserslistConfigFile: false,
...loaderOptions.babelConfig,
sourceFileName: resourcePath, // Webpack needs absolute file paths in the output sources and does not honor "sourceRoot".
compact: false,
comments: false,
caller: {
Expand Down

0 comments on commit 7704c93

Please sign in to comment.