Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix circular prod dependency #6

Open
jacob-shuman opened this issue Sep 4, 2024 · 0 comments
Open

fix circular prod dependency #6

jacob-shuman opened this issue Sep 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jacob-shuman
Copy link
Owner

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.

@jacob-shuman jacob-shuman added the bug Something isn't working label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant