-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Changes in protobuf.js 5.0
Daniel Wirtz edited this page Oct 25, 2015
·
2 revisions
For optimal compatibility with webpack, distributed files for ProtoBuf.js, ByteBuffer.js and Long.js have been renamed to lower case.
-
If you are using the npm package, it will just keep working.
-
If you are using AMD, the respective module names should be changed to lower case.
-
If you are using neither of those, the <script>-include should be changed to reference the new lower case file. The script namespace remains
dcodeIO.ProtoBuf
etc.