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
Version 2.15.0 is the last version that works on browsers. I'm using webpack to create a unit test bundle.
2.15.0
Error message: Uncaught TypeError: __webpack_require__(...).emitWarning is not a function.
Uncaught TypeError: __webpack_require__(...).emitWarning is not a function
I believe that the source of the problem is on this line and that it was created by the change of this line in version 2.15.1.
2.15.1
The text was updated successfully, but these errors were encountered:
e3456b2
chore(release): 2.15.3 [skip ci]
446b817
## [2.15.3](v2.15.2...v2.15.3) (2019-06-01) ### Bug Fixes * 🐛 mocks process.emitWarning for browser compatibility ([e3456b2](e3456b2)), closes [#374](#374)
🎉 This issue has been resolved in version 2.15.3 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
No branches or pull requests
Version
2.15.0
is the last version that works on browsers. I'm using webpack to create a unit test bundle.Error message:
Uncaught TypeError: __webpack_require__(...).emitWarning is not a function
.I believe that the source of the problem is on this line and that it was created by the change of this line in version
2.15.1
.The text was updated successfully, but these errors were encountered: