cljsjs / boot-cljsjs

Helper tasks to aid the packaging of JS dependencies for Clojurescript projects
66 stars 22 forks source link

Update asset-minifier to allow es6 minification #53 #54

Closed rangeoshun closed 5 years ago

rangeoshun commented 5 years ago

This PR changes the interface a bit but solves #53.

Generally, it should be backward compatible, as in updates to packages are only needed in minify opts.

:lang -> :lang-in

The ES6 input should be still OK for all packages.

Notes, objections?

rangeoshun commented 5 years ago

I could rename lang-in to the old lang if that is more acceptable, but would lack the consistency.

rangeoshun commented 5 years ago

One note tho, the description for the language argument was saying that the default languga is ES3, but I think it was not true since a long time.