glook / webpack-typescript-react

Webpack 5 boilerplate with support of most common loaders and modules (see tags and description)
MIT License
217 stars 54 forks source link

Unable to import a png #8

Closed alvaro-escalante closed 3 years ago

alvaro-escalante commented 3 years ago

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