mirror of
https://github.com/gchq/CyberChef
synced 2025-12-20 18:23:47 +00:00
Imports now specify the file extension to support Node v12
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
import Utils from "../../core/Utils";
|
||||
import Utils from "../../core/Utils.mjs";
|
||||
import FileSaver from "file-saver";
|
||||
import ZipWorker from "worker-loader?inline&fallback=false!../workers/ZipWorker";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user