Jul 2, 2022
0
Level 2
What is the alternative to using VueStyleLoader with Inertia Vite SSR ?
Hi, Do you have any idea what will replace useVueStyleLoader for resolve "ReferenceError: document is not defined" for inertia SSR with Vite. With laravel mix I used below code, but I don't know what can solve it with Vite : vue({ version: 3, useVueStyleLoader: true })
Please or to participate in this conversation.