Skip to content

Commit 9b311c0

Browse files
committed
Fix webpack.config.js
1 parent 97812c5 commit 9b311c0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

js/shutter-crypto/webpack.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import { dirname, path } from "node:path";
2-
import { fileURLToPath } from "node:url";
3-
4-
const __dirname = dirname(fileURLToPath(import.meta.url));
1+
const path = require("path");
52

63
module.exports = {
74
mode: "production",

0 commit comments

Comments
 (0)