Skip to content

v0.5.3

Choose a tag to compare

@JeffreyWay JeffreyWay released this 24 Jan 05:53

Additions

  • 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').