absolvent / gore-gulp

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

Add possiblity to import default packages #31

Closed kl3ryk closed 9 years ago

kl3ryk commented 9 years ago

There should be a way to import always default packages eg.: some polifills etc.

mcharytoniuk commented 9 years ago

webpack.ProvidePlugin should be exposed somehow.

mcharytoniuk commented 9 years ago

Does provide key in package.json satisfy your issue?

kl3ryk commented 9 years ago

Yes it does :)