Skip to content

0.2.0

Compare
Choose a tag to compare
@tonysm tonysm released this 27 Jan 03:18
· 237 commits to main since this release
a10bd86

Changelog

  • FIXED: The manifest already had the final asset URL on it, which is handled by the optimize command, so we don't need to call the asset resolver when the manifest exists
  • NEW: Added an AssetResolver invokable class which should add a ?digest=$HASH to the asset URL, which is useful for cache busting while in local development. This won't be used in production as the optimize command already generates the full URLs there, which means the AssetResolver won't be called
  • CHANGED: The entrypoint was made optional and it defaults to the app module, which matches the "entrypoint" file in the default Laravel install (resources/js/app.js)