Skip to content

Instantly share code, notes, and snippets.

@skovy
Created December 9, 2020 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skovy/81bbfbdaeb676f09067f7a46550ae774 to your computer and use it in GitHub Desktop.
Save skovy/81bbfbdaeb676f09067f7a46550ae774 to your computer and use it in GitHub Desktop.
function loadDevtools() {
if (process.env.NODE_ENV === 'development') {
return import('dev_tools').then((devTools) => devTools.install());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment