mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 18:46:34 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user