Skip to content

Instantly share code, notes, and snippets.

@arackaf
Created April 12, 2016 23:04
Show Gist options
  • Save arackaf/b83df55861cb2b1b496da6dec8beb8ef to your computer and use it in GitHub Desktop.
Save arackaf/b83df55861cb2b1b496da6dec8beb8ef to your computer and use it in GitHub Desktop.
builder.bundle('what/you/want/built', 'where/to/save', configToUse).then(result => {
//module is built
//result object contains a modules array containing ... the modules in the bundle
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment