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 d960f91 commit 8da58b4Copy full SHA for 8da58b4
README.md
@@ -19,6 +19,9 @@ const gRPCWeb = require('../dist/plugin')
19
tools.protoc({
20
...
21
outOptions: [
22
+ tools.generators.js({
23
+ outOptions: 'import_style=commonjs'
24
+ }),
25
gRPCWeb({
26
module: 'commonjs', // 'closure' | 'commonjs' | 'commonjs+dts' | 'typescript'
27
// mode: 'grpcwebtext' | 'grpcweb'
0 commit comments