Teknis
36 views
Troubleshooting: Vite Asset Tidak Muncul
Oleh renz mobellgnd
•
17 Dec 2025
Jika CSS/JS tidak muncul:
- Jalankan: npm install
- Jalankan: npm run build (production) atau npm run dev (development)
- Pastikan `@vite([...])` ada di layout
- Cek `public/build/manifest.json`
Di Windows, pastikan Node & npm terinstall dengan benar.
- Jalankan: npm install
- Jalankan: npm run build (production) atau npm run dev (development)
- Pastikan `@vite([...])` ada di layout
- Cek `public/build/manifest.json`
Di Windows, pastikan Node & npm terinstall dengan benar.