[Vuejs]-Duplicate image is created using Vue and laravel

0๐Ÿ‘

I think this is due to default webpack config of laravel.

By default, Laravel Mix and Webpack will find example.png, copy it to your public/images folder, and then rewrite the url() within your generated stylesheet.

Detail here

Leave a comment