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
Our package.json contains @type packages, since we are using TypeScript, but these packages are unsupported by BundlePhobia. Unfortunately this results in the side effect that if I feed our package.json to bundle-phobia-cli it crashes with error on the first @type package. It would be nice if there was an option to ignore such packages and report only the size of supported packages.
The text was updated successfully, but these errors were encountered:
Our
package.json
contains@type
packages, since we are using TypeScript, but these packages are unsupported by BundlePhobia. Unfortunately this results in the side effect that if I feed ourpackage.json
tobundle-phobia-cli
it crashes with error on the first@type
package. It would be nice if there was an option to ignore such packages and report only the size of supported packages.The text was updated successfully, but these errors were encountered: