glook/webpack-typescript-react

Unable to import a png

Closed this issue · 0 comments

I am getting InvalidCharacterError when trying to import a png

import PngLogo from '@images/logo.png'``

I added the delaration declare module '*.png' on @types but still not working