Open apoorvasrinivasan opened 7 years ago
is there any way to enable coffee script with this?
it gives error 'import' and 'export' may only appear at the top level
'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'.
import
export
require 'package-name'
is there any way to enable coffee script with this?
it gives error
'import' and 'export' may only appear at the top level