Hello.
Thank you for your plugin!
Found the following error during rollup compilation:
[commonjs] Failed to resolve entry for package "objectorarray". The package may have incorrect main/module/exports specified in its package.json.
In node_modules (see it picture below), package.json entry pointed to dist/index , however index placed in root folder, that cause an error above.

Hello.
Thank you for your plugin!
Found the following error during rollup compilation:
In node_modules (see it picture below), package.json entry pointed to
dist/index, however index placed in root folder, that cause an error above.