Skip to main content

All Questions

1 vote
1 answer
497 views

Does Webpack's ( target: ['web', 'es5'] ) Replace Babel for IE11 support?

IE11 supports es5, So can target: ['web', 'es5'] in webpack.config.js replace Babel polyfills, core-js, @preset-env. and all these complex configurations ?
John Smith's user avatar
1 vote
2 answers
597 views

Unable to get property 'bind' of undefined. Babel 7 + core-js + IE11

The Problem I've been working on a live chat client built in react/typescript for a month or two, it's working great, but we need to add support for Internet explorer 11. Initially during development ...
Adam Ross Bowers's user avatar
14 votes
2 answers
24k views

How to use babel/corejs3/webpack correctly for IE11?

With my current config (see below), I'm getting this error: [object Error]{description: "Argument ob...", message: "Argument ob...", name: "TypeError", number: -2147418113, stack: "TypeError: ...",...
Rhangaun's user avatar
  • 1,490
2 votes
0 answers
709 views

How to use polyfills with babel 7.4 and grunt?

I run into a few issues with IE11 when using babel and grunt. I need to polyfill some code using new ECMA features written by a former colleague, who updated babel to 7.4 (but does not change babelrc ...
groot34's user avatar
  • 21