v2.1
版本发布时间: 2018-03-14 02:04:17
laravel-mix/laravel-mix最新发布版本:v6.0.0(2020-12-22 04:31:52)
New
- Component Rewrite - Much of Mix's webpack integration has been refactored toward a component-based setup.
-
User Extensions - As part of the component rewrite, Mix now exposes an API (
mix.extend()
) to extend its functionality to plugin authors. (Think:npm install laravel-mix-my-extension
) - CoffeeScript support has returned. Use
mix.coffee()
to install the necessary dependencies and compile your.coffee
files.
Fixes
- #1467 Fix "extractVueStyles not using specified file"