DEV Community

Discussion on: You probably don't need body-parser in your Express apps

Collapse
 
gabuardi profile image
Josué Gabuardi

Now read the NPM documentation... since now you don't need Babel... you only need the attribute type: module in your package.json and node.js will use ESM imports by default.