Skip to content

Instantly share code, notes, and snippets.

@andreypopp
Created February 4, 2015 11:38
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 andreypopp/e7fb3ed191cd0bf67f8c to your computer and use it in GitHub Desktop.
Save andreypopp/e7fb3ed191cd0bf67f8c to your computer and use it in GitHub Desktop.
module.exports = {
plugins: [
new webpack.ResolverPlugin([
new webpack.ResolverPlugin.DirectoryDescriptionFilePlugin(
'bower.json', ['main'])
], ['normal'])
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment