electron-userland / electron-compilers

DEPRECATED: Compiler implementations for electron-compile
35 stars 55 forks source link

Add support for cjsx #24

Open ezekg opened 8 years ago

bengotow commented 7 years ago

I rebased this on top of master here: https://github.com/nylas/electron-compilers. Unfortunately, it looks like text/cjsx does not map to the .cjsx extension in mime-db, so electron-compile doesn't invoke the CoffeeScript transpiler for those files. (https://github.com/electron/electron-compile/issues/145)