Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 Use Vite for build #3199

Merged
merged 13 commits into from
Jan 4, 2025
Merged

🔧 Use Vite for build #3199

merged 13 commits into from
Jan 4, 2025

Conversation

retlehs
Copy link
Member

@retlehs retlehs commented Dec 8, 2024

  • Replace yarn with npm
  • Rename resources/styles/ to resources/css/
  • Rename resources/scripts/ to resources/js/
  • Replace Vite assets injection with @vite(['resources/css/app.css', 'resources/js/app.js']) in app.blade.php
  • Extract build JS to separate package

Co-authored-by: Brandon Nifong <brandon@tendency.me>
@github-actions github-actions bot added build dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code php Pull requests that update PHP code labels Dec 8, 2024
@retlehs retlehs changed the title 🚧 Use Vite for build 🔧 Use Vite for build Jan 4, 2025
@retlehs retlehs marked this pull request as ready for review January 4, 2025 13:44
@retlehs retlehs merged commit a482791 into main Jan 4, 2025
4 checks passed
@retlehs retlehs deleted the vite branch January 4, 2025 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code php Pull requests that update PHP code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants