benjamine / jsondiffpatch

Diff & patch JavaScript objects
MIT License
4.86k stars 472 forks source link

Issues consuming slim version via rollup #283

Open matthiasg opened 4 years ago

matthiasg commented 4 years ago

When using the slim umd version an empty.js is created which causes issues when trying to import it from another rollup project (see here https://github.com/rollup/rollup/issues/3387)

As you already use rollup it might make sense to also emit an es module version of the code or expose the module source in the package