browserify
browserify copied to clipboard
coffee script
trafficstars
is there any way to enable coffee script with this?
it gives error 'import' and 'export' may only appear at the top level
You can't use import and export with coffee script, but you can use require 'package-name'.