I am fairly new to using webpack in webapps. I am trying to build the vue js and asp.net core SPA using nodejs and webpack. I am facing this error in the screenshot. I have installed the all the dependencies using npm then I tried to run .net core vue app it opens the cshtml web page but dependencies part of the web page are not loaded. Refer another screenshot.
cshtml web page without any css and vue code loaded and is not compiled.
Devdependencies from Package.json
This Build command gives error in screenshot 1
Please let me know if more details are required. I will appreciate any help or suggestions. Thanks