Skip to content

Instantly share code, notes, and snippets.

@vadirn
Created February 9, 2017 07:38
Show Gist options
  • Save vadirn/0eae2e79513d3a15ce647c9563adbf6a to your computer and use it in GitHub Desktop.
Save vadirn/0eae2e79513d3a15ce647c9563adbf6a to your computer and use it in GitHub Desktop.
export default {
exampleController: (cb) => {
require.ensure([], (require) => {
cb(require('./ExampleController').default);
});
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment