Level 10
Check documentation
https://laravel.com/docs/9.x/vite#blade-processing-static-assets
I am trying to copy static assets with vite in to my public folder. Like I do it with Mix
.copyDirectory('vendor/tinymce/tinymce', 'public/js/tinymce');
Is this somehow possible?
Please or to participate in this conversation.