Closed SVITY closed 7 years ago
don't write file name just write path. ex : paths : ['./img/'] and in the CSS file call with file name and id like "test.svg#someid"
You can write the paths with or without the starting ./
. Modules do not require you specify the node_modules
directory. See example
I have some independent react modules. For example http://take.ms/0VMBN How to get path to svg into images folder in css? I tried relative path like './images/hdc.svg', but it does not work.