-
Notifications
You must be signed in to change notification settings - Fork 33
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
Ignore chunk via webpack comment #6
Comments
I am facing the same issue. |
I am having the same issues as described above. Has anyone got any ideas on how/where this should be fixed? Thanks all EDIT: Plugin configuration
|
This feels like a requirement for my use case: |
I tried add webpack comment to disable prefetch/preload, but the chunck still builded into html as
rel="prefetch"
.Is it possible to disable it without modify blacklist in webpack config?
My code:
The text was updated successfully, but these errors were encountered: