mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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',
|
'bufferutil': 'commonjs bufferutil',
|
||||||
'utf-8-validate': 'commonjs utf-8-validate',
|
'utf-8-validate': 'commonjs utf-8-validate',
|
||||||
'keytar': 'commonjs keytar',
|
'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
|
// conditionally add ws if we are going to be running in a node environment
|
||||||
|
|||||||
Reference in New Issue
Block a user