webm-duration-fix icon indicating copy to clipboard operation
webm-duration-fix copied to clipboard

Circular dependencies

Open C-Lodder opened this issue 1 year ago • 0 comments

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 imports

C-Lodder avatar Jun 22 '23 04:06 C-Lodder