vainglory icon indicating copy to clipboard operation
vainglory copied to clipboard

Removing Runtime Babel Dependency

Open PierreAndreis opened this issue 6 years ago • 6 comments

I have update babel presets to the latest, removed all runtime babel dependency and republished it

I have also raised the requirements to node 6.

Reason is because most of the ES5/6 stuff are already supported by Node 6, there is no need for run time babel. It just makes the application slower with the addition of numerous boilerplates

PierreAndreis avatar Apr 16 '18 00:04 PierreAndreis