-
Hey @murisceman,
I found a new bug regarding svg integration.
When using either `https://nuxt.com/modules/nuxt-svgo` or the package `vite-svg-loader` (which the nuxt module is based upon), the pru…
-
Hello, firstly thank you for a great plugin! I really appreciate your work especially if it comes it svg loader and optimizations. It seems like svg `?include` for inlining svgs doesn't work anymore i…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hi,
I use this is nuxt in my `nuxt.config.ts` like so:
```js
import ViteSvgLoader from 'vite-svg-loader';
import svgoConfig from './svgo.config.js';
export default defineNuxtConfig({
vite:…
-
Uncaught (in promise) SyntaxError: The requested module '/_nuxt/@fs/C:/Projects/MyProject/src/PublicSite/client-app/node_modules/xml-utils/find-tags-by-name.js?v=e6956880' does not provide an export n…
-
This doesn't work
```js
modules: [
["nuxt-svg-loader", { svgoConfig: false }]
],
```
But this works:
```js
modules: [ "nuxt-svg-loader" ],
svgLoader: { svgoConfig: false },
```
…
-
The `nuxt-svgo` docs don't mention this feature, but the `vite-svg-loader` docs do: it is possible to [import a svg as a file url](https://github.com/jpkleemans/vite-svg-loader#url) (instead of embedd…
-
### Environment
------------------------------
- Operating System: Windows_NT
- Node Version: v18.15.0
- Nuxt Version: 3.7.0
- CLI Version: 3.7.2
- Nitro Version: 2.6.2
- Pack…
-
Nuxt 3 is still not quite ready for prime time, but it's getting close. SVGs are a crucial component of any web app, so having `vue-svg-loader` working on Nuxt 3 will be a big step.
While Nuxt 3 is…
-
It would be great if this supported your defined custom webpack loaders, so we could use SVG's as components and have them auto imported.
I wish we could do this:
```
// In template
…