airbnb / babel-plugin-inline-react-svg

A babel plugin that optimizes and inlines SVGs for your React Components.
MIT License
474 stars 92 forks source link

tsconfig relative path does not work #114

Open maor-benami opened 2 years ago

maor-benami commented 2 years ago

import Ethereum from 'assets/eth.svg'

failed to compile

ljharb commented 2 years ago

That's not a relative path; relative paths start with ./.