Is there anyway to configure exportName when using rollup

I want to change the name of the export that holds the parser in the output file however I am bundling it using rollup and can’t determine how, or if it’s possible, to pass the exportName option.

It looks like the Rollup plugin doesn’t support passing an export name, at the moment.

That’s what I thought. Was hoping I missed something.

It would be easy enough to add an options object to the plugin-producing function that allows one to set this, if you want to create a pull request.