demo-protobuf: Add options to pbjs script
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js",
|
||||
"get-proto": "./scripts/get-proto.sh",
|
||||
"prepack-proto": "mkdir -p src/generated",
|
||||
"pack-proto": "pbjs -t static-module -w commonjs -o src/generated/codecimpl.js ./proto/**/*.proto",
|
||||
"pack-proto": "pbjs -t static-module -w commonjs -o src/generated/codecimpl.js --sparse --no-beautify --no-delimited --no-verify --no-convert ./proto/**/*.proto",
|
||||
"define-proto": "pbts src/generated/codecimpl.js -o src/generated/codecimpl.d.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
+1578
-12822
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user