alfredosalzillo / rollup-plugin-multi-input

A Rollup plugin to bundle modular libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[!] Error: experimentalCodeSplitting required to be true

eugeneross opened this issue · comments

As per https://github.com/rollup/rollup/releases/tag/v1.0.0, experimentalCodeSplitting is enabled by default. Passing the flag, experimentalCodeSplitting: true, in rollup.config.js throws an error. Not including that flag^ also throws an error.

Error: [!] Error: experimentalCodeSplitting required to be true

Submitted PR for the fix.

Thanks for the fix 👍