Loïs
Loïs
I fix also a small omission for line space with the pvf. I rename the ls function to advanced, I'm not sure about the name. Feel free to rename or...
Currently, multiple instance of the plugin are not possible because of the __spritemap server. Make `/__spritemap` editable by the user with the `output.name` option ? ```ts { plugins: [ VitePluginSvgSpritemap('./assets/icons/*.svg',...
When an icon is updated/renamed, the old value is still present. A new build or reload of the plugin remove the duplicated. Below change the name of the file 2...
> [!NOTE] > This version is not tested for Node 14 and Node 16. Please upgrade your project at least to Node 18 (Node 20 if you can). When Vite...
### Version nuxt-security: 1.0.0-rc.2 nuxt: 3.8 ### Reproduction Link [Reproduction on StackBlitz](https://stackblitz.com/edit/nuxt-starter-azclro?file=nuxt.config.ts) ### Steps to reproduce I tried to protect my server route with `basicAuth` option with the `include` parameter...
When I do an import of this function `'import { defineGraphqlServerOptions } from 'nuxt-graphql-middleware/dist/runtime/serverOptions'`, typescript is throwing the following error: `Cannot find module 'nuxt-graphql-middleware/dist/runtime/serverOptions' or its corresponding type declarations.` I...
- Update dependencies