Skip to content

Added ability to supply an array of paths

Compare
Choose a tag to compare
@chrispage1 chrispage1 released this 08 Feb 09:34
· 5 commits to master since this release
9ebbb7b

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.