node-facebook/facebook-node-sdk

Support ESM

dantman opened this issue · 0 comments

Node 10 is being released with native ES2015 modules support. Additionally many packages have started requiring that CommonJS requires use require('package').default instead of offering a module.exports.

We should probably drop our Babel supporting hack and start supporting native modules.