Skip to content

Instantly share code, notes, and snippets.

@vamsiampolu
Created April 21, 2016 08:31
Show Gist options
  • Save vamsiampolu/f6a5c54b014ebca651d7f324b4586f60 to your computer and use it in GitHub Desktop.
Save vamsiampolu/f6a5c54b014ebca651d7f324b4586f60 to your computer and use it in GitHub Desktop.
Configuration for imports and exports loaders
{
module: {
loaders: [
{ test: /underscore/, loader: 'exports?_' }
{ test: /backbone/,
loader: 'exports?Backbone!imports?underscore=underscore&jquery=jquery'
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment