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 a181caf commit a36492bCopy full SHA for a36492b
packages/integration-tests/fixtures/debug-ids-already-injected/input/webpack5/webpack.config.js
@@ -1,7 +1,8 @@
1
import { sentryWebpackPlugin } from "@sentry/webpack-plugin";
2
import { join, posix } from "path";
3
+import { fileURLToPath } from "url";
4
-const __dirname = new URL(".", import.meta.url).pathname;
5
+const __dirname = fileURLToPath(new URL(".", import.meta.url));
6
7
console.log({
8
__dirname,
0 commit comments