Skip to content

Commit 286e135

Browse files
committed
[local-app-api] compile grpc-web together
1 parent 954e0ab commit 286e135

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/local-app-api/typescript-grpcweb/webpack.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ module.exports = {
3030
libraryTarget: "umd",
3131
globalObject: "typeof self !== 'undefined' ? self : this",
3232
},
33-
externals: {
34-
"@improbable-eng/grpc-web": "commonjs2 @improbable-eng/grpc-web",
35-
},
33+
externals: {},
3634
mode: "production",
3735
};

0 commit comments

Comments
 (0)