Laravel Mix: How to output separate files rather than a combined one?
Update the path as per your setup. The following is tested on Laravel 5.6. var fs = require('fs'); var vueFiles = fs.readdirSync('resources/assets/frontend/js/vue'); for(var i =…
priyankmaniarApril 27, 2018