Sorry I was not able to handle by myself...
Have a markdown containing an image tag:

I was assuming, the mdx-loader would resolve the picture from the markdown document file, and then let webpack do the regular job (take the picture, move it to the static dist, hash...) .
But it looks it's not the case... Is it something I can achieve (I mean with regular markdown, without import './img.jpg')
Have you any thoughts ? Thanks
Sorry I was not able to handle by myself...
Have a markdown containing an image tag:
I was assuming, the mdx-loader would resolve the picture from the markdown document file, and then let webpack do the regular job (take the picture, move it to the static dist, hash...) .
But it looks it's not the case... Is it something I can achieve (I mean with regular markdown, without
import './img.jpg')Have you any thoughts ? Thanks