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, domix.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 allmix.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 beforemix.js()
without breaking. f00a04fmix.autoload()
now allows the library value to be a string or an array. 6de265d