Level 9
No.
You can choose some ways.
- Publish "compiled assets" to public/vendor/ https://laravel.com/docs/11.x/packages#public-assets
- Serve assets directly from package routes or controllers. https://github.com/livewire/livewire/blob/main/src/Mechanisms/FrontendAssets/FrontendAssets.php
- Update root package.json by install command. https://github.com/laravel/breeze/blob/2.x/src/Console/InstallsBladeStack.php