Skip to content

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 (>=5.0.0) and long.js (>=3.0.0) 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.