DEV Community

Discussion on: MERNG PROJECT... I NEED HELP!! IM SICK OF THE ERRORS!!!!

Collapse
 
stereobooster profile image
stereobooster
  • ES6 = EcmaScript 2015 (yeah it's confusing). This is where ES modules first apeared
  • require ('package') never was in EcmaScript standard. It is node.js thing, which also supported by Babel, Webpack etc