ecmascript-6, Programming IT Nursery Babel 6 changes how it exports default Before, babel would add the line module.exports = exports["default"]. It no longer does this. What this means is before I could do: var foo = require('./foo'); // use foo... May 31, 2022 0 Comments