-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
options.chunks
can support more matching formats, such as: RegExp, Function
#1319
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
Comments
I was just now looking for a solution for this same problem. @zwlijun any updates on your PR? |
@bensampaio |
Can we update this to the current major version? |
@jantimon yeah, I hope so. thanks very much. |
Need this too for Module Federation to work. I need to exclude Maybe allow matching on asset filename too. EDIT: Seems like https://www.npmjs.com/package/html-webpack-skip-assets-plugin is the fix for me. |
Is your feature request related to a problem? Please describe.
In VUE, when I use multi-page mode, "chunks" are not injected into HTML.
Describe the solution you'd like
I checked the source code of the installation package and learned from the source code that the current filtering of chunks is an exact match. I hope I can improve the current method and add more matching methods, such as:
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: