absolvent / gore-gulp

Simple way to run and maintain React.js projects without any configuration.
MIT License
1 stars 0 forks source link

Vendor configuration field to support external libraries #4

Closed mcharytoniuk closed 9 years ago

mcharytoniuk commented 9 years ago

It would resolve issues with mixing bower, npm and other package managers:

{
  "devDependencies": {
    "react": "0.x"
  }
  "vendor": {
    "bacon": "bower_components/bacon/dist/bacon"
  }
}

Names are provided without file extension which is resolved with webpack internal rules.