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
I'm currently using @extractus/article-extractor for getting article meta data from a url. This package has a nested dependency of cssom from linkedom. cssom has a circular dependency that might be affecting esbuild times when building the sveltekit server for production.
I want to try to find another package similar to @extractus/article-extractor to speed up the build time and possibly the performance of the /articles/add route. One option is a dependency that @extractus/article-extractor depends on for this functionality @mozilla/readability.
The text was updated successfully, but these errors were encountered:
I'm currently using
@extractus/article-extractor
for getting article meta data from a url. This package has a nested dependency ofcssom
fromlinkedom
.cssom
has a circular dependency that might be affectingesbuild
times when building the sveltekit server for production.I want to try to find another package similar to
@extractus/article-extractor
to speed up the build time and possibly the performance of the/articles/add
route. One option is a dependency that@extractus/article-extractor
depends on for this functionality@mozilla/readability
.The text was updated successfully, but these errors were encountered: