You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In vue-cli with webpack, there is an integrity flag that can be used to add Subresource Integrity hashes to generated link rel="stylesheet"> and <script> tags. Is there an equivalent with vite-plugin-vue2? How can I do it?
I have a similar question for the crossorigin option too since my resources are loaded through CORS.
Thanks in advance for the help
The text was updated successfully, but these errors were encountered:
In
vue-cli
withwebpack
, there is anintegrity
flag that can be used to add Subresource Integrity hashes to generatedlink rel="stylesheet">
and<script>
tags. Is there an equivalent withvite-plugin-vue2
? How can I do it?I have a similar question for the
crossorigin
option too since my resources are loaded through CORS.Thanks in advance for the help
The text was updated successfully, but these errors were encountered: