isomorphic-webpack icon indicating copy to clipboard operation
isomorphic-webpack copied to clipboard

Support webpack configuration with entry point configured to produce multiple bundles

Open gajus opened this issue 8 years ago • 1 comments

At the moment, entry can be configured to be:

  • an array
  • an object with a single key

A multiple bundle output is not supported.

gajus avatar Jan 10 '17 20:01 gajus

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?)

laggingreflex avatar Mar 18 '17 05:03 laggingreflex