shelljs / shx

Portable Shell Commands for Node
MIT License
1.72k stars 44 forks source link

Remove babel config if node supports all ES6 features we need #187

Open nfischer opened 3 years ago

nfischer commented 3 years ago

After we update minimum node version to v8 (#186), we should see if we can remove the babel config and just use ES6 features directly. This will simplify the build config while also removing our reliance on several dependencies.