in vue I have method to read stylesheet files
let stylesHtml = '';
for (const node of [...document.querySelectorAll('link[rel="stylesheet"], style')]) {
stylesHtml += node.outerHTML;
}
it work in local but fails in productions I need it to print dev content with style