You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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