application insight fixes

This commit is contained in:
Elio Struyf
2022-01-30 19:56:13 +01:00
parent 936916acf8
commit fca0528a7e
22 changed files with 111 additions and 50 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ const config = [
},
devtool: 'nosources-source-map',
externals: {
vscode: 'commonjs vscode'
vscode: 'commonjs vscode',
'applicationinsights-native-metrics': 'commonjs applicationinsights-native-metrics'
},
resolve: {
extensions: ['.ts', '.js']