A plugin for esbuild that enables importing *.svg files as React components.
npm install esbuild-plugin-svgrA plugin for esbuild that adds support for *.svg file imports as React components.
The plugin is built on top of SVGR.
The plugin can be installed using npm.
``bash``
npm i -D esbuild-plugin-svgr
Please reference the example directory for basic usage.
This project is licensed under the MIT License - see the LICENSE.md file for details.