Relative Content

Tag Archive for javascriptreactjssvgwebpack

Loading .svg in NPM library and React not working

I have some library, written by me. It has Icon component which dynamically imports .svg. I have also client (react application written with create-react-app) which uses this library. In short, when I import Icon component and use it it throws an error that resource was not found.