Added ability to supply an array of paths
This release adds the ability to supply an array of paths to the vite helper.
When providing an array, in return you'll get an array of relative/absolute URLs back.
E.g. vite(['resources/css/app.css', 'resources/js/app.js'])
Will return an array with the determined paths.