Additions
- Added
mix.scripts()
andmix.styles()
, which are aliases formix.combine()
. 80f9b05 - Bumped
friendly-errors-webpack-plugin
. c760204 - Added a rule for cursor files. 5dc00a2
- When determining a production environment, we now also check for webpack-cli's
-p
flag. 970ae63 - Added
lang="stylus"
support for .vue component files. 7f5b725
Fixes
- Our
webpack.config.js
image loader regex now checks forjpg
andjpeg
s. 32050bd - We no longer force an array as the first argument to
mix.combine()
. This way, you can instead provide a string that includes a regular expression. 96fc209 - Fixed/Improved deep merging of options, when calling
mix.options()
. fecd1c9 - Fixed/Improved Vue CSS extraction support. a9702be