DEV Community

Discussion on: Writing ES6 in your Node.js Applications

 
danl profile image
Dan L.

I'm using Node 10.16.0. Is ESM best way to enable ES6 for NodeJS? (I currently use 'nodemon -r esm')

thanks!