Gonzih / cljs-electron

ClojureScript + Electron + Figwheel + Reagent = ❤❤❤

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced optimization

Engelberg opened this issue · comments

Is there any way to use advanced optimization with electron?

Yeah, by creating custom externs file for electon apis I guess, I did not really try this.

I added initial support for externs inference in this branch https://github.com/Gonzih/cljs-electron/tree/infer-externs

Changes from this branch seem to be working great, merged in to master. Advanced compilation support is now in master.