Skip to content

v0.5.7

Choose a tag to compare

@JeffreyWay JeffreyWay released this 26 Jan 16:24

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