munshkr / ejs-brunch

Adds EJS template compilation support to Brunch
4 stars 4 forks source link

Remove arrow functions #7

Closed nietaki closed 6 years ago

nietaki commented 6 years ago

Replacing arrow functions with good old function primitive makes library working with old browser/nodes. In fact this was causing problems with iOS safari inside a cordova application.

it breaks brunch build --production in my case

I know about the other PR, but this seems to be more comprehensive

munshkr commented 6 years ago

Thank you!!