fetchpriority
attribute in <script>
is stripped from index.html
after build
#18061
Open
7 tasks done
Labels
Describe the bug
If an script element is given a valid
fetchpriority
attribute () in the entrypoint'sindex.html
, it is completely stripped away in the output.Reproduction
https://stackblitz.com/edit/vue3-vite-typescript-starter-f76uyg?file=index.html
Steps to reproduce
fetchpriority
is set in the rootindex.html
's main script tag and build the application withnpm run build
.fetchpriority
is missing from the build output atdist/index.html
.System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: