DEV Community

Discussion on: Setting up a minimal Node environment with Webpack and Babel

Collapse
 
markadel profile image
Mark Adel

Why would we use babel with NodeJS, doesn't NodeJS already cover most of ES6/ES7 features?

Collapse
 
aurelkurtula profile image
aurel kurtula

Yes but doesn't cover the import/export which I totally forgot to mention