-
-
Notifications
You must be signed in to change notification settings - Fork 595
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
splitChunks.{cacheGroup}.chunks to also support "function (chunk) | RegExp" #5188
Comments
This issue has been automatically marked as stale because it has not had recent activity. If this issue is still affecting you, please leave any comment (for example, "bump"). We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
Bump ^ |
This issue has been automatically marked as stale because it has not had recent activity. If this issue is still affecting you, please leave any comment (for example, "bump"). We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
bump |
Supported by #5019 |
Add the function type or regexp for splitChunks.{cacheGroup}. chunks.
Just like below in webpack
https://webpack.js.org/plugins/split-chunks-plugin/#splitchunkschunks
This sure improves the perf in our case, because there are tons of 'async' chunks in our use-case and we do not want to go through each of the chunk.
This is related to the previously completed request by @bvanjoi : #4376
Thanks!
The text was updated successfully, but these errors were encountered: