ohseesoftware / laravel-vite-manifest

A simple Laravel package to include Vite's compiled assets from the generated manifest file.
MIT License
8 stars 6 forks source link

Fix issue with quotations in the blade directive #2

Open owenconti opened 3 years ago

owenconti commented 3 years ago

Ideally the usage of the blade directive should be:

@vite('some/path.js')

where the user must pass the quotes into the directive.

Note: This change should either be backwards compatible and work with/without quotes, or be released on a new major version.