Skip to content

v0.5.9

Choose a tag to compare

@JeffreyWay JeffreyWay released this 27 Jan 06:27

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