-
porteneuve Do you specifically want to use Babel, or just the imports are important? I'm not sure this helps, but I've been doing all my node imports with
node -r esmand then import/exports from there.
node -r esm and then import/exports from there.