I\'m trying to incorporate Babel\'s transform-runtime to make my code compatible with IE9. But since integrating it, the code won\'t even run on Chrome. I get the error
Have you install also the babel-runtime?
I just installed both and added the plugin in the .babelrc and it worked out.