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
Currently, the CSS files specified in the css option are injected using JavaScript. It would be beneficial if these CSS files could be extracted and utilized through the link element instead.
The reason behind this request is that my CSS file is quite large, and by not using the element, the styles are not displayed immediately during the page load.
I understand that I can use the app.head.link option, but unfortunately, this doesn't include the compilation of SCSS files, and I am unable to benefit from assets compiling.
Additional information
Would you be willing to help implement this feature?
Describe the feature
Currently, the CSS files specified in the
css
option are injected using JavaScript. It would be beneficial if these CSS files could be extracted and utilized through thelink
element instead.The reason behind this request is that my CSS file is quite large, and by not using the element, the styles are not displayed immediately during the page load.
I understand that I can use the
app.head.link
option, but unfortunately, this doesn't include the compilation of SCSS files, and I am unable to benefit from assets compiling.Additional information
Final checks
The text was updated successfully, but these errors were encountered: