Skip to content

Commit b2625cb

Browse files
committed
Fix some webpack warnings
1 parent ccbce58 commit b2625cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webpack.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ const config = {
1515
devtool: "source-map",
1616
externals: {
1717
vscode: "commonjs vscode", // the vscode-module is created on-the-fly and must be excluded. Add other modules that cannot be webpack'ed, 📖 -> https://webpack.js.org/configuration/externals/
18+
"@opentelemetry/tracing": "commonjs @opentelemetry/tracing",
19+
"applicationinsights-native-metrics": "commonjs applicationinsights-native-metrics",
20+
bufferutil: "commonjs bufferutil",
21+
"utf-8-validate": "commonjs utf-8-validate",
1822
},
1923
resolve: {
2024
// support reading TypeScript and JavaScript files, 📖 -> https://github.com/TypeStrong/ts-loader

0 commit comments

Comments
 (0)