absolvent / gore-gulp

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

Do not export common when only one entry point is given #30

Open kl3ryk opened 9 years ago

kl3ryk commented 9 years ago

When i run gulp webpack.production task it creates 2 files *.common.min.js and *entrypoint.min.js - even when there is only one entry point.

There should be a possibility to support standalone libraries.

mcharytoniuk commented 9 years ago

Webpack output.library (https://github.com/webpack/docs/wiki/configuration#outputlibrary) feature should be exposed. Maybe as a file extension (*.lib.js).