v1.4.0
版本发布时间: 2017-07-26 23:42:26
laravel-mix/laravel-mix最新发布版本:v6.0.0(2020-12-22 04:31:52)
New
- #1012 Added support for postcss exclusive compilation (no Sass or Less required):
mix.postCss()
. - f7c7ff915db7fbc9bf3e8038423914f98857b0da Pin webpack 3.4 dependency.
Fixes
- #879 Local sourcemap support now defaults to the webpack "inline-source-map" type.
- b78d5bff070e335a4a9c1dbd53f3d11410137901 Hot reloading now properly writes its temporary file to the proper publicPath.
- #1043 Adjusted the BuildCallbackPlugin to fire after all custom tasks have completed.
- #1048 Properly save auto-installed dependencies when using Yarn.