rollup-plugin-vue-inline-svg
rollup-plugin-vue-inline-svg copied to clipboard
rollup plugin to convert svg files to optimised vue components
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
import svg from 'rollup-plugin-vue-inline-svg'; .... plugins: [ css(), image({exclude: '*.svg'}), svg(), .... `(node:110330) UnhandledPromiseRejectionWarning: Error in parsing SVG: Non-whitespace before first tag. Line: 0 Column: 1 Char: v (node:110330) UnhandledPromiseRejectionWarning:...
At the moment this plugin does not work with Vue 3. See: https://github.com/e-e-e/rollup-plugin-vue-inline-svg/issues/9#issuecomment-809543587
Currently this plugin does not return a source map. This throws a warning at the moment. > Warning: Sourcemap is likely to be incorrect: a plugin ('vue-inline-svg') was used to...