your dist/index.mjs file exports this:
export {
VitePluginReactRemoveAttributes as default
};
When I import the package, I get this:
import plugin from 'vite-plugin-react-remove-attributes';
console.log(plugin)
// outputs:
{
default: [Function: VitePluginReactRemoveAttributes]
}
your dist/index.mjs file exports this:
When I import the package, I get this: