We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JS generated using pbjs
Running error, error message
Cannot assign to read only property'exports'of object' <Object>'
The text was updated successfully, but these errors were encountered:
Change module.exports = $root; from proto.js to export default $root;
module.exports = $root;
export default $root;
The problem was solved.
Sorry, something went wrong.
You should pass -w es6 in your pbjs command to generate es6 style export
-w es6
pbjs
No branches or pull requests
JS generated using pbjs
Running error, error message
Cannot assign to read only property'exports'of object' <Object>'
The text was updated successfully, but these errors were encountered: