node-facebook / facebook-node-sdk

Modeled from the (Facebook Javascript SDK), now with the facebook-node-sdk you can now easily write the same code and share between your server (nodejs) and the client (Facebook Javascript SDK).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support ESM

dantman opened this issue · 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.