Skip to content

Instantly share code, notes, and snippets.

@afontcu
Last active September 16, 2017 22:20
Show Gist options
  • Save afontcu/20702e9193df7acfc0426763e050c735 to your computer and use it in GitHub Desktop.
Save afontcu/20702e9193df7acfc0426763e050c735 to your computer and use it in GitHub Desktop.
const Home = () => import(/* webpackChunkName: "home-cat" */ './Home')
const Category = () => import(/* webpackChunkName: "home-cat" */ './Category')
const Experience = () => import(/* webpackChunkName: "experience" */ './Experience')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment