protobuf-javascript
protobuf-javascript copied to clipboard
ReferenceError: goog is not defined
I follow the steps in the docs, convert the .proto message to myproto_libs.js file while importing the file
following error occurred ReferenceError: goog is not defined
I also got this with the es6 output style. Everything works fine with commonjs though.
I was also bitten by this bug and created PR protocolbuffers/protobuf#7059 to try to improve the situation a bit.
It looks like there are some half implemented features that are causing problems.
Anyone have a fix for this?