Open innovaker opened 4 years ago
Technically using es5
is a best practice, but we're using advanced browser features that make using es5
kinda useless. Only issue I forsee is someone needing es5
, but can't load the page to download the Electron app version properly.
Do we need to target
es5
or can we usees6
?