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
Currently, the script tag is injected in the last position of the head tag.
script
head
This works for my current purposes, but for some cases this might not work, as it the last script tag will be evaluated last.
To make this more stable, there should be some logic that the script tag will be injected before any other script tag that may exist.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the
script
tag is injected in the last position of thehead
tag.This works for my current purposes, but for some cases this might not work, as it the last script tag will be evaluated last.
To make this more stable, there should be some logic that the
script
tag will be injected before any other script tag that may exist.The text was updated successfully, but these errors were encountered: