Created
April 12, 2016 23:04
-
-
Save arackaf/b83df55861cb2b1b496da6dec8beb8ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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