Closed MrTin closed 7 years ago
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).
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).