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
As user i want to be able to see what chunks are required for a feature and are not require for a parent feature.
Allow user to select both included entry points and excluded entry points on filter command.
Full Command
esbuild-meta filter --dist stats.json --entry movie-detail-page --excludeFromEntry main
Command with Alias
esbuild-meta -d stats.json -e movie-detail-page -x main
If the user passes an entry point that does not exist it should throw an error. The error should contain the invalid entry input.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Motivation
As user i want to be able to see what chunks are required for a feature and are not require for a parent feature.
Description
Allow user to select both included entry points and excluded entry points on filter command.
Examples:
Full Command
Command with Alias
Handling invalid input
If the user passes an entry point that does not exist it should throw an error. The error should contain the invalid entry input.
The text was updated successfully, but these errors were encountered: