I have an index.js file that was successfully importing a class-based file using E2015, like so:
import { Handler } from \'./Library/Transform/Handler.js\';