- Changed:
-
A few improvements were made to avoid the need for Node polyfills in the browser:
- Replaced
browser-process-hrtime
withbrowser-hrtime
- Replaced
events
witheventemitter3
- Removed reporter re-exports from root module (because Jest reporter requires
fs
)
- Replaced
-