It compile all scss files to one css file. Same with Js Files.
Apr 6, 2020
2
Level 6
How Laravel-mix handles css?
Hi, I am trying to understand how Laravel-mix handles css when using a Vue.js app with Laravel.
For instance, how laravel-mix decides on the file to hold all captured css from the vue.js app? Is it true that it collects all the css, from the sass folder + whatever vue-loader produces and puts them in a css file?
I am trying to understand how laravel-mix works so that, I could include a second vue.js app inside laravel. So basically, I want one css file per app.
Thank you Bilal
Please or to participate in this conversation.