You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webpack.config.js
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@ const extensionConfig = {
38
38
'@opentelemetry/instrumentation': 'commonjs @opentelemetry/instrumentation',// ignored because we don't ship instrumentation
39
39
'@azure/opentelemetry-instrumentation-azure-sdk': 'commonjs @azure/opentelemetry-instrumentation-azure-sdk',// ignored because we don't ship instrumentation
40
40
'@azure/functions-core': '@azure/functions-core',// ignored because we don't ship instrumentation
41
-
'@microsoft/dynamicproto-js': '@microsoft/dynamicproto-js',// ignored because we don't ship instrumentation
42
41
},
43
42
resolve: {
44
43
// support reading TypeScript and JavaScript files, 📖 -> https://github.com/TypeStrong/ts-loader
0 commit comments