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
You can build it with esbuild, that doesn't have this issue. It doesn't seem to be a real circular dependency (only an unused import), but rollup can't resolve it properly.
Description
I tried to build the package from source. However, rollup warns about a circular dependency:
The resulting
main.js
is 897 KB in size (compared to 1.33 MB in the released version).Loading the plugin in obsidian fails:
Steps to Reproduce
To exclude some issues on main machine I tried to build the package in the
node:lates
docker image.Any ideas on how to resolve this?
The text was updated successfully, but these errors were encountered: