Skip to content

Commit 8da58b4

Browse files
committed
Fix outdated README
1 parent d960f91 commit 8da58b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ const gRPCWeb = require('../dist/plugin')
1919
tools.protoc({
2020
...
2121
outOptions: [
22+
tools.generators.js({
23+
outOptions: 'import_style=commonjs'
24+
}),
2225
gRPCWeb({
2326
module: 'commonjs', // 'closure' | 'commonjs' | 'commonjs+dts' | 'typescript'
2427
// mode: 'grpcwebtext' | 'grpcweb'

0 commit comments

Comments
 (0)