Small update to XLFs and small change to extension.webpack (#16232)

This commit is contained in:
Alex Ma
2021-07-16 13:43:14 -07:00
committed by GitHub
parent 63e97caa94
commit ff6e377477
4 changed files with 27 additions and 8 deletions

View File

@@ -17,7 +17,8 @@ const externals = {
'utf-8-validate': 'commonjs utf-8-validate',
'keytar': 'commonjs keytar',
'@azure/arm-subscriptions': 'commonjs @azure/arm-subscriptions',
'@azure/arm-resourcegraph': 'commonjs @azure/arm-resourcegraph'
'@azure/arm-resourcegraph': 'commonjs @azure/arm-resourcegraph',
'@azure/storage-blob': 'commonjs @azure/storage-blob'
};
// conditionally add ws if we are going to be running in a node environment