html-webpack-inline-svg-plugin
html-webpack-inline-svg-plugin copied to clipboard
axios 0.19.2 has security vulnerability
npm WARN deprecated [email protected]: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410
Apparently the project is abandoned, as an update has not been done in quite some time.
In my case to solve the problem of converting the <img src="my-icon.svg" />
tag to <svg> ... </svg>
in React use this package react-svg.
I would have liked to find a webpack plugin that is constantly being updated, both in functionality and in security patches to solve this problem.
The project isn't dead. It's just the development of it is slow-cooked. 😁
This project only works with html-webpack-plugin and HTML templates. It doesn't work with JavaScript frameworks like React, Vue or Angular.