absolvent / gore-gulp

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

Change vendor configuration key to be compatible with webpack #6

Closed kl3ryk closed 9 years ago

kl3ryk commented 9 years ago

Now vendor (non-npm) can be configured like this:

{
    "vendor": {
        "rxjs": "bower_components/rxjs/dist/rx.all"
    }
}

gore-gulp uses as an underlying library webpack and its resolve alias feature (http://webpack.github.io/docs/configuration.html#resolve-alias).

So we could consider rename vendor key to be compatible with webpack.