github laravel-mix/laravel-mix v0.5.9

latest releases: v6.0.43, v6.0.42, v6.0.41...
7 years ago

Additions

  • You are no longer required to call mix.js() at least once. If you don't, we'll setup a temporary entry-point for you (since Webpack requires it), and then delete it once Webpack finishes its build. cbe95bf
  • You can now hook into each time Webpack completes its build process, by calling mix.then()). 96c0ff3

Fixes

  • Fixed a bug that caused source files in different directories, but with the same name, to not compile properly. be433ff
  • Removed unused mix.setCachePath() method from API. d3843ad

Don't miss a new laravel-mix release

NewReleases is sending notifications on new releases.