inesita-rb / inesita

Frontend web application framework in Ruby using Opal.
https://inesita.fazibear.me/
MIT License
259 stars 15 forks source link

Enabled the experimental ES6 syntax support #39

Open joserochadocarmo opened 6 years ago

joserochadocarmo commented 6 years ago

When using Uglifier with ES6 syntax without any options, an error will be thrown. Uglifier::Error: Unexpected token: punc ((). To use ES6 syntax, harmony mode must be enabled with Uglifier.new(:harmony => true).