lilactown / helix

A simple, easy to use library for React development in ClojureScript.
Eclipse Public License 2.0
624 stars 52 forks source link

Remove es6 mention from readme #106

Closed thheller closed 1 year ago

thheller commented 1 year ago

The Readme has a section on

During development, you'll want to emit ES6 code ...

recommending to set :output-feature-set. This should not be done because nowadays what would actually be downgrading the default?

lilactown commented 1 year ago

done. thanks thheller!