npm laravel-mix 0.5.0
v0.5.0

latest releases: 6.0.49, 6.0.48, 6.0.47...
7 years ago

Breaking

  • Renamed manifest.json to mix-manifest.json to avoid conflicts with any potential application cache manifest files in the same directory.
  • As part of 8849785 we had to switch to a different plugin for generating the manifest file. This forced a slightly different output for mix-manifest.json, so your server-side mix() function should be updated, if you're not using Laravel. Here's a working example that you should be able to convert to your language/tool of choice. laravel/framework@6ea4997

Additions

  • A server-side mix() function is now included with all Laravel 5.4 installs. laravel/framework@6ea4997
  • Mix will now throw an exception if you forget to call mix.js() at least once. 4e78e37
  • Bumped vue-template-compiler dependency to 2.1.9. 944700e

Fixes

  • Fixed a bug that caused multiple mix.sass() calls to not be represented correctly in the manifest file. 8849785
  • Updated webpack.config.js to search for OTF fonts as well. 88da876

Don't miss a new laravel-mix release

NewReleases is sending notifications on new releases.