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
Added a mix.autoload()method for the times when you need Webpack to autoload certain modules. The object you pass to this method will be provided to webpack.ProvidePlugin(). - #124
Fixes
Fixed a Windows-specific issue that generated back-slashes instead of forward-slashes in the mix-manifest.json file. - d8fcac4
Angular will look for window.jQuery, so we now include that in the jQuery ProvidePlugin defaults. - eda3734
Fixed an issue that caused versioning to be applied to the production environment incorrectly. We also re-enabled versioning for dev mode. - 9d14d7b
Within your webpack.mix.js file, you can now require Mix by simply doing var mix = require('laravel-mix').