You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to learn this plugin and explore it, however after installing the plugin and adding it to the plugins array when I try to use it I get an error of can't find module or its corresponding type declarations
import'./App.css'importflamfrom'./assets/flam.jpg?w=400;800;1200&format=webp&srcset'//Cannot find module './assets/flam.jpg?w=400;800;1200&format=webp&srcset' or its corresponding type declarations.functionApp(){return(<><h1>Hello</h1><imgsrc={flam}alt=""/></>)}exportdefaultApp
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to learn this plugin and explore it, however after installing the plugin and adding it to the plugins array when I try to use it I get an error of
can't find module or its corresponding type declarationsthis is my vite config
and my app.tsx:
Beta Was this translation helpful? Give feedback.
All reactions