module.exports = { path : '/trouble/:tid', getComponent(nextState,cb){ require.ensure([],(require)=>{ cb(null,require('../containers/Trouble/Trouble').default) },'Trouble') } }