gajus / isomorphic-webpack

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

Support webpack configuration with entry point configured to produce multiple bundles #10

Open gajus opened 7 years ago

gajus commented 7 years ago

At the moment, entry can be configured to be:

A multiple bundle output is not supported.

laggingreflex commented 7 years ago

It should also support implicit common vendor chunk (where entry is not explicitly specified).

And also when used with import()? (or is that not necessary in SSR?)