Skip to content

Laravel Mix clean up

Compare
Choose a tag to compare
@Alecaddd Alecaddd released this 07 Apr 00:23
· 90 commits to master since this release
  • Removed the assets/src/images and assets/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.