Hello. Thank you for your plugin! Found the following error during rollup compilation: ```bash [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. 