Skip to content

Commit 0d66b83

Browse files
committed
Fixed a couple of issues with alternative browser builds
1 parent a97956b commit 0d66b83

22 files changed

+201
-405
lines changed

dist/noparse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This slightly smaller version of the full library can be used as a drop-in replacment where .proto parsing is not required, i.e. when only working with JSON files generated by pbjs as recommended for production. To achieve the same with browserify, simply [exclude](https://github.com/substack/browserify-handbook#excluding) `./tokenize` and `./parse`.
1+
This slightly smaller version of the full library can be used as a drop-in replacment where .proto parsing is not required, i.e. when only working with JSON files generated by pbjs as recommended for production. To achieve the same with browserify, simply [exclude](https://github.com/substack/browserify-handbook#excluding) `./tokenize`, `./parse` and `./common`.
22

33
Prebuilt files are in source control to enable pain-free frontend respectively CDN usage:
44

0 commit comments

Comments
 (0)