[Vuejs]-Uncaught ReferenceError: webpackJsonp in Vue Js

0👍

The entry points are missing in the configuration, i.e. you are not informing webpack from where the application should start.
Also this issue is happening because you have mentioned vendor
please refer this link

Leave a comment