DEV Community

Discussion on: Configure Babel for a Nodejs Application

Collapse
 
mmostafavi profile image
Mahdi Mostafavi • Edited

Please Fix the typo in .bablerc configuration.

instead of "plugins": ["@babel/transform-runtime"]
one should use "plugins": ["@babel/plugin-transform-runtime"]