-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
feat: multi-page chunks support RegExp and Function #1320
base: main
Are you sure you want to change the base?
Conversation
`options.chunks` and` options.excludeChunks` support RegExp and Function
add RegExp and Function parameter type
fix: eslint error
fix eslint error
chunks and excludeChunks support RegExp and Function
This is still a valid need, any update on it ? |
Any updates? |
Any updates? 🙂 |
This one would be highly appreciated. |
This PR is the only solution I have found to my problem described here: I have cloned the PR repo and would like to build it so my project can import it, but I cannot find guidance in the README.md about that. I also just donated $100. |
options.chunks
andoptions.excludeChunks
support RegExp and Function