We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3e8c7 commit c43b9a9Copy full SHA for c43b9a9
1 file changed
bin/build-extension.mjs
@@ -1,6 +1,6 @@
1
-import fs from "node:fs";
2
import path from "node:path";
3
import { fileURLToPath } from "node:url";
+import fs from "fs-extra";
4
import webExt from "web-ext";
5
6
const args = process.argv.slice(2);
0 commit comments