From 1c4b1a178c5b7f7fbed79e6768e787a2ce6700ef Mon Sep 17 00:00:00 2001 From: Aasim Khan Date: Tue, 11 May 2021 03:13:58 +0000 Subject: [PATCH] Adding all the arm libraries as external dependencies in azurecore webpack (#15398) --- extensions/azurecore/extension.webpack.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/azurecore/extension.webpack.config.js b/extensions/azurecore/extension.webpack.config.js index abe993cd92..07ce5b2d4a 100644 --- a/extensions/azurecore/extension.webpack.config.js +++ b/extensions/azurecore/extension.webpack.config.js @@ -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