mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 09:35:41 -05:00
Adding all the arm libraries as external dependencies in azurecore webpack (#15398)
This commit is contained in:
@@ -16,6 +16,8 @@ const externals = {
|
||||
'bufferutil': 'commonjs bufferutil',
|
||||
'utf-8-validate': 'commonjs utf-8-validate',
|
||||
'keytar': 'commonjs keytar',
|
||||
'@azure/arm-subscriptions': 'commonjs @azure/arm-subscriptions',
|
||||
'@azure/arm-resourcegraph': 'commonjs @azure/arm-resourcegraph'
|
||||
};
|
||||
|
||||
// conditionally add ws if we are going to be running in a node environment
|
||||
|
||||
Reference in New Issue
Block a user