I'm running a project locally using vite to bundle, and it's unable to successfully build the project. The following error is returned:
Circular dependency detected:
../.yalc/<project>/dist/external/_pnpm/[email protected]/external/protobufjs/src/util/longbits.js -> ../.yalc/<project>/dist/external/_pnpm/[email protected]/external/protobufjs/src/util/minimal.js -> ../.yalc/<project>/dist/external/_pnpm/[email protected]/external/protobufjs/src/util/longbits.js
I think a circular dependency also exists between:
- src/util.js <> src/type.js
- src/util.js <> src/enum.js