Skip to content

v1.1.0

Compare
Choose a tag to compare
@JeffreyWay JeffreyWay released this 07 Jul 15:28

New

  • #885 Added support for variable expansion within .env files.

Fixes

  • #962 Fixed a bad path calculation when watchingmix.copy() assets for changes.
  • #957 A custom public directory that doesn't exist will no longer cause Mix to error out.
  • #964 Fixed an issue with calculating relative paths outside of the project root.
  • 88c126e We now use the ES-module build of Vue, rather than the CommonJS version.