Remove Decompress + Replace with Other Package (#9532)

* add windows support

* works on windows

* Still testing, works on Windows

* Reject on error

* Fix adm-zip external
This commit is contained in:
Chris LaFreniere
2020-03-10 19:55:25 -07:00
committed by GitHub
parent de65cd84a9
commit 16fab722d5
4 changed files with 120 additions and 18 deletions

View File

@@ -12,7 +12,8 @@ const fs = require('fs');
const path = require('path');
const externals = {
'node-fetch': 'commonjs node-fetch'
'node-fetch': 'commonjs node-fetch',
'adm-zip': 'commonjs adm-zip'
};
// conditionally add ws if we are going to be running in a node environment