Level 1
Like this
img data-src="~assets PATH TO IMAGE"
The data-src attribute does not get interpreted with the webpack loaders The browser tries to load the image from ~assets PATH TO IMAGE When I replace the data-src with src then the image is correctly loaded How do I have to configure it in the webpack mix js file? Does anyone have an idea?
Sorry for the missing of dots But I can not post with dots