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