I\'m currently running Babel with a simple command :
$ babel . --ignore node_modules --out-dir dist
But I can\'t find a way to ignore sever
You should be able to use commas in the cli
babel . --ignore node_modules,test --out-dir dist