I'm trying to import an image in vue using parcel :
import logo from '../img/logo.svg';
from Page.vue
.
Paths are correct.
The error is always the same : cannot find module ../img/logo.svg
.
In the dist folder I can see the images hashed.
Im loosing my mind :(
src
┣ components
┃ ┣ Component.vue
┣ css
┃ ┗ css.css
┣ img
┃ ┣ logo.svg
┃
┣ pages
┃ ┗ Page.vue
┣ index.html
┗ main.js
.babelrc