[vite]: Rollup failed to resolve import "laravel-nova"
When compiling a custom plugin in Laravel Nova 4 with Vite instead of Laravel Mix I found the following problem: [vite]: Rollup failed to resolve import "laravel-nova"
The latest articles and resources, sent directly to your inbox.
When compiling a custom plugin in Laravel Nova 4 with Vite instead of Laravel Mix I found the following problem: [vite]: Rollup failed to resolve import "laravel-nova"
Instead of making your Vue app load all your routes on startup, make it load only the routes and pages it requests using lazy load. Make your app faster and lighter.
In this article we are going to learn how to integrate the Tailwind CSS framework easily into our new or existing Gridsome projects. You'll get the best of both CSS and Vue!
Learn how to set up a test suite with support for eventHub or eventBus using Jest, VueTestUtils and VueJS.
Learn how to automatically add an RSS feed to your Gridsome website in a few steps. Very useful for integrations with third party providers like a newsletter.
With how easy it was to configure your Gridsome blog you would think it was going to be that simple to create the sitemap. Well, it is very simple! We let you know how to do it in this post.