Comment on Using ES6 with npm todayparentComments−lenkite11yThey should simply use standard node js require. The author forgot to specify common js interop option in babel.babel --modules common -d lib/ src/−acdlite11yThat's actually the default, but you can specify a different module system if you like. https://babeljs.io/docs/usage/modules/
Comments
They should simply use standard node js require. The author forgot to specify common js interop option in babel.
babel --modules common -d lib/ src/
That's actually the default, but you can specify a different module system if you like. https://babeljs.io/docs/usage/modules/