v1.6.0
版本发布时间: 2017-11-07 03:43:56
laravel-mix/laravel-mix最新发布版本:v6.0.0(2020-12-22 04:31:52)
New
- #1301 Updated uglify-js to version 1.0. This release finally adds ES6 support.
- #1294 Added Preact support, via
mix.preact()
. - #1163 Added support for Vue global styles that can be available to all components.
- 68bc8592e254dfd81549f2c496ce445d0c4d582d
mix.webpackConfig()
now can accept a callback function. - #1243 The underlying sourcemap style is now configurable.
- #1300 CSS autoprefixing may now be toggled.
Fixes
- #1264 Fixed vue-template-compiler incompatibility.
- #1237
extractVueStyles
accepts a string path.