github laravel-mix/laravel-mix v0.5.3

latest releases: v6.0.43, v6.0.42, v6.0.41...
7 years ago

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

Don't miss a new laravel-mix release

NewReleases is sending notifications on new releases.