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
If you use the attribute for js is_preload, it adds a link tag to it, not a script
django-webpack-loader/tests/app/templates/preload.html
Line 8 in 075eba3
The text was updated successfully, but these errors were encountered:
Hi @ckatala, preload uses link, not script. Use it and call another render_bundle without the is_preload, like close to </body>.
render_bundle
</body>
Let me know if there are additional concerns. Closing for now.
Sorry, something went wrong.
No branches or pull requests
If you use the attribute for js is_preload, it adds a link tag to it, not a script
django-webpack-loader/tests/app/templates/preload.html
Line 8 in 075eba3
The text was updated successfully, but these errors were encountered: