gajus / isomorphic-webpack

Abstracts universal consumption of application code base using webpack.
Other
291 stars 17 forks source link

Add ability to output bundle to a file #6

Open gajus opened 7 years ago

gajus commented 7 years ago

Issues such as https://github.com/gajus/isomorphic-webpack/issues/5 could be partially resolved by enabling a way to output bundle code to a file.

This could be controlled via an env variable, e.g. ISOMORPHIC_WEBPACK_OUTPUT_PATH.