Add defer to <script> tag? #138
Answered
by
montalvomiguelo
bigskillet
asked this question in
Q&A
-
|
Is it possible to add |
Beta Was this translation helpful? Give feedback.
Answered by
montalvomiguelo
Jun 23, 2024
Replies: 2 comments
-
|
It would not be necessary; JavaScript modules |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bigskillet
-
|
@montalvomiguelo Is it possible to have the ability to add an 'async' or 'defer' attribute to the script tag with 'vite-tag' snippet? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would not be necessary; JavaScript modules
type="module"are deferred automatically