Skip to content

Instantly share code, notes, and snippets.

@LasaleFamine
Created October 24, 2017 21:26
Show Gist options
  • Select an option

  • Save LasaleFamine/761ce2d719360624290befd0cb3ea4d1 to your computer and use it in GitHub Desktop.

Select an option

Save LasaleFamine/761ce2d719360624290befd0cb3ea4d1 to your computer and use it in GitHub Desktop.
Sample entry point for medium-webpack-workbox
'use strict';
const changeEverything = () => {
setTimeout(() => {
document.querySelector('h1').textContent = 'I was changed!';
}, 3000);
}
changeEverything();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment