You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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