Skip to content

Tag: babeljs

Babel with Internet Explorer

Why isn’t this working in IE11 ? I was under the impression that Babel will automatically convert new-style code to old-style. Is there some configuration setup to be done ? Answer Babel can transform language features from newer versions of JavaScript into equivalents in older versions. It can’t …