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
Hi. I activated in config/packages/webpack_encore.yaml the preload of script & link tags via HTTP/2 Link header preload: true
preload: true
But I see this log error at each new request unable to preload links: feature not supported
unable to preload links: feature not supported
My base.html.twig used simple Encore entry tags
{% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {% endblock %}
Any idea on what should I do to activate this feature ? Thanks !
symfony/webpack-encore-bundle v.1.16.1
The text was updated successfully, but these errors were encountered:
Hi, I think the best place to open this issue is in https://github.com/symfony/webpack-encore-bundle
Sorry, something went wrong.
Thank you for this issue. There has not been a lot of activity here for a while. Has this been resolved?
No branches or pull requests
Hi. I activated in config/packages/webpack_encore.yaml the preload of script & link tags via HTTP/2 Link header
preload: true
But I see this log error at each new request
unable to preload links: feature not supported
My base.html.twig used simple Encore entry tags
Any idea on what should I do to activate this feature ?
Thanks !
symfony/webpack-encore-bundle v.1.16.1
The text was updated successfully, but these errors were encountered: