Replies: 1 comment 4 replies
-
Hum, I have not tried laravel-vite. The documentation says that we have to load plugins like this: // vite.config.ts
import { defineConfig } from "laravel-vite";
import ViteFonts from "vite-plugin-fonts";
export default defineConfig()
.withPlugins(
ViteFonts({
google: {
families: ['Montserrat', 'Nunito']
}
}),
// other plugins ...
); |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using laravel-vite and it seems your plugin isn't working. This is my current config:
I don't know if there is anything wrong... Can you help me?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions