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 think assessing how big this library is will help folks determine if they want to use it in various sized projects.
For example, on ember-resources, I have a github-action comment that posts all the import paths and they're estimated impact to the consuming app: NullVoxPopuli/ember-resources#774 (comment)
I think, based on what I've seen from the docs only the top-level entrypoints are importable, so a similar script (and generated comment) could be created that maybe looks something like this:
js
min
min + gzip
min + brotli
ember-headless-form
#
#
#
#
@{ehf}/yup
#
#
#
#
@{ehf}/changeset-validations
#
#
#
#
thoughts?
The text was updated successfully, but these errors were encountered:
I think assessing how big this library is will help folks determine if they want to use it in various sized projects.
For example, on ember-resources, I have a github-action comment that posts all the import paths and they're estimated impact to the consuming app: NullVoxPopuli/ember-resources#774 (comment)
I think, based on what I've seen from the docs only the top-level entrypoints are importable, so a similar script (and generated comment) could be created that maybe looks something like this:
thoughts?
The text was updated successfully, but these errors were encountered: