Rollup notes:
globals.my-module = ...
is no good.[ npm({jsnext : true}), commonjs({ignoreGlobal : true}), babel() ]
worked when flipping last two didn’t.sourceMap: true, sourceMapFile: 'module.js.map'
in your Rollup config. And use resulting sourcemaps in Node: https://github.com/evanw/node-source-map-support. It’s easy!