We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5f564 commit c6210c1Copy full SHA for c6210c1
build/.webignore
@@ -36,3 +36,16 @@ xterm-addon-webgl/out/**
36
# This makes sure the model is included in the package
37
!@vscode/vscode-languagedetection/model/**
38
39
+# Ensure only the required telemetry pieces are loaded in web to reduce bundle size
40
+@microsoft/1ds-core-js/**
41
+@microsoft/1ds-post-js/**
42
+@microsoft/applicationinsights-core-js/**
43
+@microsoft/applicationinsights-shims/**
44
+!@microsoft/1ds-core-js/dist/ms.core.min.js
45
+!@microsoft/1ds-post-js/dist/ms.post.min.js
46
+!@microsoft/applicationinsights-core-js/browser/applicationinsights-core-js.min.js
47
+!@microsoft/applicationinsights-shims/dist/umd/applicationinsights-shims.min.js
48
+
49
50
51
0 commit comments