Some dotnet core runtime errors
From Logic Wiki
Contents
Error
Cannot find module 'aspnet-webpack'
Solution
npm install
Error
Cannot find module './wwwroot/dist/vendor-manifest.json'
Solution
run this in command line
webpack --config webpack.config.vendor.js
Then run main bundle
webpack