github laravel-mix/laravel-mix v0.5.7

latest releases: v6.0.43, v6.0.42, v6.0.41...
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.