Skip to content

v2.1

Compare
Choose a tag to compare
@JeffreyWay JeffreyWay released this 13 Mar 18:04

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"