Skip to content

Fix build in es5

Created by: jeremco

Hi,

This PR fixes the fact that built files in folder build/es5 were not in es5 but in es6: const declaration were still declared as const, instead of var.

Jeremie

Merge request reports