babel CLI copy nonjs files
Babel has the copy files option for this: babel src –out-dir lib –copy-files Note: It is true that babels primary purpose is to process javascript files, but babel’s big suite of tools these day often makes it unnecessary to go for more complex build script setups as gulp and alike. A gulp-less setup could be … Read more