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
{{ message }}
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
I am sure this is not 100% theme related but maybe more of a webpack question. However, one has had this issue with tonik and can help?
I want to import an image in javascript. I try to do import cat from '../images/cat.png' but it fails, i tried many path combinations that could lead to the correct path but none worked. It leads to the following get request which lacks the theme path: GEThttp://localhost:3000/images/cat.png.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am sure this is not 100% theme related but maybe more of a webpack question. However, one has had this issue with tonik and can help?
I want to import an image in javascript. I try to do
import cat from '../images/cat.png'
but it fails, i tried many path combinations that could lead to the correct path but none worked. It leads to the following get request which lacks the theme path:GEThttp://localhost:3000/images/cat.png
.The text was updated successfully, but these errors were encountered: