Palzin Track
Get 15% off with code PTRACKSIGNUP15 

Laravel Diary Logo

How to bundle and compile ES2015 into JavaScript

Not all features of ES2015 are widely supported. That is why it's necessary to bundle modules yourself and compile it into ordinary JavaScript. This blog post describes how to accomplish this.