I am working on Laravel and vuejs project, previously vue template was working fine but after upgrading Webpack and related dependencies to v4, it's showing below error:
[Vue warn]: Failed to mount component: template or render function not defined.
How can I solve this issue?