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 leveraging yarn workspaces and lerna in one of my projects and it'd be nice to know the import cost of linked, local packages. The packages are linked locally using tsconfig.json. Strangely enough, it works for raw typescript dependencies but not TSX components. Any ideas?
The text was updated successfully, but these errors were encountered:
We don't count the package size manually, we use import-cost package (https://citw.dev/posts/import-cost) which uses webpack under the hood. So, the limitations are on the package or webpack side.
I'm leveraging yarn workspaces and lerna in one of my projects and it'd be nice to know the import cost of linked, local packages. The packages are linked locally using
tsconfig.json
. Strangely enough, it works for raw typescript dependencies but not TSX components. Any ideas?The text was updated successfully, but these errors were encountered: