Skip to content

Instantly share code, notes, and snippets.

@davehax
Created March 27, 2018 03:33
Show Gist options
  • Save davehax/94b35dd22a2b6832e9ecd2ad3463f27a to your computer and use it in GitHub Desktop.
Save davehax/94b35dd22a2b6832e9ecd2ad3463f27a to your computer and use it in GitHub Desktop.
// ES2015 require
require('offline-plugin/runtime').install();
// OR the new way which will require transpiling
import * as OfflinePluginRuntime from 'offline-plugin/runtime';
OfflinePluginRuntime.install();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment