qiulang / IE11

demo how babel fails to polyfill IE11 for debug module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ie11

babel fails to polyfill debug module version 4

But if I use v3 IE can show the page correctly. It turns out that it is NOT babel can polyfill v3 not but v4, it is because debug v3 can work in IE 11 without polyfill!

Is this a babel bug ? Since I raised the issue in 2019 I still can not set configure Babel to transpile node modules, e.g. debug 4.x

About

demo how babel fails to polyfill IE11 for debug module


Languages

Language:Vue 67.4%Language:JavaScript 20.6%Language:HTML 12.0%