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