Created
March 27, 2018 03:33
-
-
Save davehax/94b35dd22a2b6832e9ecd2ad3463f27a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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