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 954e0ab commit 286e135Copy full SHA for 286e135
components/local-app-api/typescript-grpcweb/webpack.config.js
@@ -30,8 +30,6 @@ module.exports = {
30
libraryTarget: "umd",
31
globalObject: "typeof self !== 'undefined' ? self : this",
32
},
33
- externals: {
34
- "@improbable-eng/grpc-web": "commonjs2 @improbable-eng/grpc-web",
35
- },
+ externals: {},
36
mode: "production",
37
};
0 commit comments