Skip to content

Instantly share code, notes, and snippets.

@romanonthego
Created July 2, 2017 03:20
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 romanonthego/81f36135307616e28c02e9d6f78a98a8 to your computer and use it in GitHub Desktop.
Save romanonthego/81f36135307616e28c02e9d6f78a98a8 to your computer and use it in GitHub Desktop.
export default function importFirebase() {
// dynamic import, will return promise
// magic weback comment to get meaningfull chunkname
return import(/* webpackChunkName: 'firebase' */ 'firebase/firebase-browser')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment