We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Code splitting:
DOM widget renders an async component using React.lazy. Asserts component loaded correctly. Script imports dynamic chunk, asserts import succeeded Validate prod/dev builds:
Script checks process.env.NODE_ENV value Script compares build output file sizes Unused CSS:
Script parses CSS bundles, asserts usage of each class/selector DOM widget imports CSS, asserts measured styles after rendering Environment vars:
Script asserts env vars replaced, e.g. process.env.API_KEY is defined Tree shaking:
Script imports known unused code, asserts it's not included DOM widget imports large utility library, checks bundle size Content hashing:
Script fetches all asset files, checks hashes look correct TypeScript types:
Script checks all tsconfig types are generated DOM widgets tests importing .d.ts files JSDoc comments:
Script parses output bundle, asserts JSDoc comments exist
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: