Laravel Mix clean up
- Removed the
assets/src/images
andassets/src/fonts
because it's a bit of a silly process to handle src and dist assets in 2 different folders if no bundling is required. - Cleaned up the
webpack.mix.js
file to drastically improve speed. - Included fix for Windows Environments.