UNPKG

gatsby-remark-dictionary

Version:

Create a dictionary of word and phrases to be converted to highlighted values and links. define once and all phrases will be converted during build time.

9 lines 241 B
export const onServiceWorkerUpdateReady = () => { const answer = window.confirm( `This tutorial has been updated. ` + `Reload to display the latest version?` ) if (answer === true) { window.location.reload() } }