ECMAScript 6 introduces rest elements for array destructuring assignment and spread elements for array literals. This proposal introduces analogous rest properties for object destructuring assignment ...
Bug report When splitChunks extracts shared ESM modules into a separate async chunk (e.g. shared), ModuleConcatenationPlugin refuses to concatenate those modules into the async page chunks that import ...