Remove unused zip dependency

This commit is contained in:
j433866 2019-05-08 14:48:37 +01:00
parent 43747accd5
commit 3b8c365f7e
1 changed files with 0 additions and 3 deletions

View File

@ -7,11 +7,8 @@
import Utils from "../core/Utils";
import FileSaver from "file-saver";
import zip from "zlibjs/bin/zip.min";
import ZipWorker from "worker-loader?inline&fallback=false!./ZipWorker";
const Zlib = zip.Zlib;
/**
* Waiter to handle events related to the output
*/