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 1d8b616 commit b1e097aCopy full SHA for b1e097a
crx-to-zip.js
@@ -1,8 +1,8 @@
1
// based on https://github.com/Rob--W/crxviewer/blob/master/src/lib/crx-to-zip.js
2
// (c) 2013 Rob Wu <rob@robwu.nl>
3
4
-import encLatin1 from "crypto-js/enc-latin1";
5
-import sha256 from "crypto-js/sha256";
+import encLatin1 from "crypto-js/enc-latin1.js";
+import sha256 from "crypto-js/sha256.js";
6
7
const btoa = require("base-64").encode;
8
0 commit comments