npm laravel-mix 0.5.7
v0.5.7

latest releases: 6.0.49, 6.0.48, 6.0.47...
7 years ago

Additions

  • mix.copy() now accepts a third argument, which can be used to disable flattening for your output files. If you need to maintain your directory structure, do mix.copy('from', 'to', false); 52a0ffa
  • When compiling Sass, we now default to a precision level of 8. 102b71a

Fixes

  • When calling mix.js() multiple times, you may now specify unique output paths. Before, Mix would use the same JS base directory for all mix.js() output paths.
  • Mix now installs the stable release of Webpack 2.2.0 40ef111
  • Bumped the concatenate dependency. dc1867f
  • mix.autoload() can now be called before mix.js() without breaking. f00a04f
  • mix.autoload() now allows the library value to be a string or an array. 6de265d

Don't miss a new laravel-mix release

NewReleases is sending notifications on new releases.