[Vuejs]-Webpack unable to view Vue file

0👍

Your webpack configuration does not handle load of png (or any image files).

For loading image, at least url-loader is required.

And you can follow a guide to setup webpack url-loader correctly.

Leave a comment