Skip to content

Instantly share code, notes, and snippets.

@ryoldash
Last active October 29, 2018 16:51
Show Gist options
  • Save ryoldash/bd727855bd4336d24bbeca1a78f4a8e3 to your computer and use it in GitHub Desktop.
Save ryoldash/bd727855bd4336d24bbeca1a78f4a8e3 to your computer and use it in GitHub Desktop.
Customize webpack configuration of React App created with Create-react-app
var legacyLib = legacyLib || {};
(function () {
legacyLib.pageLoadTime = new Date();
legacyLib.authorize = function () {
console.log("Authorize function invoked.")
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment