1234567891011121314151617181920212223242526272829303132 |
- <?php
- return [
- 'app' => [
- 'path' => './assets/app.js',
- 'entrypoint' => true,
- ],
- 'main' => [
- 'path' => './assets/js/main.js',
- 'entrypoint' => true,
- ],
- '@hotwired/stimulus' => [
- 'version' => '3.2.2',
- ],
- '@symfony/stimulus-bundle' => [
- 'path' => './vendor/symfony/stimulus-bundle/assets/dist/loader.js',
- ],
- '@hotwired/turbo' => [
- 'version' => '7.3.0',
- ],
- ];
|