David Cortés

Results 2 comments of David Cortés

Hi @simplesmiler, The new version of vue 3 has already been released, are there plans to make this plugin compatible?

Solution: ```console npm install vite-svg-loader --save-dev ``` ```typescript import { defineNuxtConfig } from "nuxt3" import svgLoader from "vite-svg-loader" export default defineNuxtConfig({ vite: { plugins: [svgLoader()] } }) ```