An Ember Service Worker plugin that implements a cache-first (stale-while-revalidate) strategy for serving cached content, falling back to network updates. Version 0.6.3 is current, with no recent releases; requires Node 6+ and Ember Service Worker. Alternative to other caching plugins with regex-based URL pattern matching and versioning for cache busting. Built by DockYard.
npm install ember-service-worker-cache-firstNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the addon and configures URL patterns and version for cache-first service worker strategy.
Consider using an alternative caching plugin or updating manually.
Enable 'Update on reload' in Chrome DevTools > Application > Service Workers.
Run `ember install ember-service-worker` before this plugin.
Override engines in package.json or use a compatible Node version.
Use string patterns like '/api/(.+)' not RegExp literals.
Upgrade Node.js to version 6 or higher.
Run `ember install ember-service-worker` first.
Use double backslashes for literal backslashes in the string pattern, e.g., '/api/v1/(.+)'.