Just an idea. I wonder if it'd be useful to support the option of compiling imports to /es6/ instead of /lib/ paths, if you are working in a recent version of Webpack, or another environment that can load ES6 compatible code.
Maybe a plugin option?
// .babelrc
{
"plugins": [
["babel-plugin-recharts", { "es6": true }]
}
}