this plugin should allow to specify which coffee binary to use for transpiling. Alternatively it should give priority to node_modules/.bin/coffee
The reason is that one may install a specific version of coffee which makes output more specific. In my case i am using branch 2 of coffee script which supports async and await but this plugin does not compile it correctly
this plugin should allow to specify which
coffee
binary to use for transpiling. Alternatively it should give priority tonode_modules/.bin/coffee
The reason is that one may install a specific version of coffee which makes output more specific. In my case i am using branch
2
of coffee script which supportsasync
andawait
but this plugin does not compile it correctly