isomorphic-webpack
isomorphic-webpack copied to clipboard
Support webpack configuration with entry point configured to produce multiple bundles
At the moment, entry can be configured to be:
- an array
- an object with a single key
A multiple bundle output is not supported.
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?)