You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its customized stuff and I am using esbuild for one use case. I don't really like the fix personally, but seems like most straightforward change, if we are going to refactoring this lib to use esm and latest stuff anyway. One other way is to use util-browser instead of util when require from /etc/browser, but you are going to add one more dependency.
Issue when
import avro from "avsc/etc/browser/avsc-types";
.#486
I think there are many ways to resolve the issue, but the key is not to use
util
when in browser.The text was updated successfully, but these errors were encountered: