We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea60fa commit a8e1ac3Copy full SHA for a8e1ac3
1 file changed
packages/integration-tests/fixtures/debug-ids-already-injected/input/webpack5/webpack.config.js
@@ -1,9 +1,9 @@
1
import { sentryWebpackPlugin } from "@sentry/webpack-plugin";
2
-import { join, posix, basename } from "path";
+import { join, posix, dirname } from "path";
3
import { fileURLToPath } from "url";
4
import { existsSync } from "fs";
5
6
-const __dirname = basename(fileURLToPath(import.meta.url));
+const __dirname = dirname(fileURLToPath(import.meta.url));
7
8
console.log({
9
__dirname,
0 commit comments