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
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 for jpg and jpegs. 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