Currently, I am working on a Laravel-Vue.js application. I have noticed that when Vue.js renders CSS, it appends some style tags in the HTML head as shown in the image below. Is there a way to hide these tags? My initial thought is that it can be achieved using webpack.config in Vue.js by incorporating plugins such as copy-webpack, extra-text-webpack, optimize-css-assets-webpack, etc. However, I am unsure of how to implement this in a Laravel-Vue application.