I was wondering if I could use a single webpack.mix.js file to mix all of my files for each sub section of my website. I have all fo the files living inside a global project but I would like to only mix certain ones when I need to without having to wait for them all to mix each time.
I guess you could read your question two ways. If you want to have multiple (separate) mix files and run them independently, check out this repo. It might be a valid approach for what you need depending on how many sections you have to your site.