After a fresh install the dashboard page is empty. Using the approach from #7 does at least show the charts, but there are a great deal of errors in the browser console:

The cause seems to be that webpack.mix.js is never included when running npm run dev or npm run prod. Is there a way to fix this in a proper fashion?
After a fresh install the dashboard page is empty. Using the approach from #7 does at least show the charts, but there are a great deal of errors in the browser console:

The cause seems to be that
webpack.mix.jsis never included when runningnpm run devornpm run prod. Is there a way to fix this in a proper fashion?