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
First of all, thank you for providing such a handy library.
When using rollup to create a bundle, it's throwing a warning relating to circular dependencies, which I believe is because you're importing everything in each file (import * as EBML from "./EBML";), rather than specific named imports
The text was updated successfully, but these errors were encountered:
Hi,
First of all, thank you for providing such a handy library.
When using rollup to create a bundle, it's throwing a warning relating to circular dependencies, which I believe is because you're importing everything in each file (
import * as EBML from "./EBML";
), rather than specific named importsThe text was updated successfully, but these errors were encountered: