babel-plugin-inline-react-svg icon indicating copy to clipboard operation
babel-plugin-inline-react-svg copied to clipboard

tsconfig relative path does not work

Open maor-benami opened this issue 3 years ago • 1 comments
trafficstars

import Ethereum from 'assets/eth.svg'

failed to compile

maor-benami avatar Mar 18 '22 21:03 maor-benami

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

ljharb avatar Mar 18 '22 21:03 ljharb