I am currently exploring the use of an interesting JavaScript library called easy-fit (https://github.com/pierremtb/easy-fit) within an AngularJS application (https://github.com/khertan/forrunners).
Easy-fit relies on gulp and babel. My goal is to transpile and compile it into a single JavaScript file.
How can I utilize gulp-babel for transpilation without the need for a require call?
Appreciate any assistance,