for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
export default {
path : 'about',
getComponent(nextState, cb) {
require.ensure([], (require) => {
cb(null, require('./index').default)
})
}