Skip to content

Instantly share code, notes, and snippets.

@wavebeem
Created March 5, 2016 05:37
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 wavebeem/7636b6cebcbed01b6417 to your computer and use it in GitHub Desktop.
Save wavebeem/7636b6cebcbed01b6417 to your computer and use it in GitHub Desktop.
export default [
"module1",
"module2"
].map(x => System.import(x)).then(([
module1,
module2
])) => {
return {
myApi: whatever
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment