From ed5bb14b1138596734e74f74c6f835fbf1e69743 Mon Sep 17 00:00:00 2001 From: Aasim Khan Date: Tue, 11 May 2021 20:41:38 +0000 Subject: [PATCH] Adding all the arm libraries as external dependencies in azurecore webpack (#15398) (#15399) --- 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