teamspaces / web

Web & API – Spaces is knowledge management for teams.
0 stars 0 forks source link

Fix broken ES6 to ES5 compilation #231

Closed MrTin closed 7 years ago

MrTin commented 7 years ago

What

This enables the use of es2015 and transform-runtime to properly convert our code. It was breaking during production compilation (uglifier does not understand ES6 and is only run in production mode).