I had some problems loading the templates using grunt-babelify. It was trying to add the modules in a global namespace using the "this" object. I added this option to keep the templates out of the global namespace and only return them with the exported function.
I had some problems loading the templates using grunt-babelify. It was trying to add the modules in a global namespace using the "this" object. I added this option to keep the templates out of the global namespace and only return them with the exported function.