Skip to main content

All Questions

1 vote
1 answer
419 views

Angular 12, IE 11, @@toPrimitive must return a primitive value

After a fresh install of npm packages (deleted node_modules and package.lock.json) polyfills-es5 file started having additional code to define _toPrimitive function And when I load the app in IE I ...
simply good's user avatar
  • 1,081
1 vote
0 answers
166 views

Why the Babel and the Webpack doesn't convert code for ie11

I try using webpack and babel for convert my code for ie11 but it's doesn't work. Maybe somebody can help me to find my mistake. I’ll be really appreciate. here is my webpack.config.js const path = ...
Roman's user avatar
  • 21
0 votes
0 answers
304 views

How to add babel and polyfills to a RequireJs project?

I am working on a legacy project which uses RequireJs to load and resolve all the dependencies. It works fine on modern browsers, but i need to add support for IE11. I tried to use babel 7 with @babel/...
ASHUTOSH PAL's user avatar
2 votes
0 answers
1k views

Webpack 5 won't transpile to ES5 for Internet Explorer 11

I'm trying to create a webpack 5 : babel 7 configuration that transpiles down to es5 that IE11 can read. It's a static site that uses vue.js. I've got it building successfully, but it's not doing some ...
Nick's user avatar
  • 1,209
-1 votes
1 answer
229 views

Tempus Dominus v6.0 and IE11 [closed]

I'm attempting to use the new Tempus Dominus 6 datepicker, which is great in Chrome but doesn't like IE11 because of the presence of class syntax. Is Babel the only/best way of handling the ...
lukep's user avatar
  • 131
1 vote
1 answer
495 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
0 votes
1 answer
215 views

Show blank page on IE11 when add firebase to Vue Project

My Vue project used Firebase Auth for sign in and sign up but when added firebase package to project, it show blank page on ie11. Firebase and Vue Cli Plugin Babel package: "firebase": &...
MrXo's user avatar
  • 196
1 vote
1 answer
386 views

My react app not running in IE11 after migrated Webpack from v4 to v5

I changed the configuration of my app following the webpack documentation: https://webpack.js.org/migrate/5/. After this, the app runs successfully on chrome and edge, but not working in IE11. I have ...
Vladut's user avatar
  • 58
0 votes
1 answer
266 views

Need Suggestions for IE11 SCRIPT1010 Error

I'm developing an Office Web Add-In using the Office-JS package. The add-in functions as expected on Mac, but fails to load on Windows. The add-in renders using a Safari based webview on Mac, but an ...
Isaac N.'s user avatar
0 votes
1 answer
75 views

How to handle IE11 compatibility on each dependent packages?

I’m building an app which uses React(v.17.0), Next.js(v11.1.2), … and other stacks. Next.js probably, in default, supports IE11. After I added some packages to my project, it fails on IE11. It says, ...
loone96's user avatar
  • 807
1 vote
1 answer
1k views

React + Webpack 5 + Babel 7 IE11 issue -- not attaching to root

Issue: No matter what I do, I can't get anything inside my root div. There are no console errors at all in IE11. The app works fine on chrome, ff, & safari. Dependencies / Versions "react&...
James B's user avatar
  • 442
-1 votes
1 answer
354 views

how can I use babel stand alone in ie11

I am attempting to use babel stand alone. everything works fine until ie11. in ie11 I get a blank page and can find no erors. run snippet below. <link rel="stylesheet" href="https://maxcdn....
Bryan Dellinger's user avatar
0 votes
1 answer
632 views

SCRIPT1006: Expected '() React app with webpack and Babel

I am setting up a React app with babel and webpack. The app works fine on chrome and other browsers except internet exlorer11. Here is my package.json { "name": "xai", &...
Malek Hammou's user avatar
3 votes
1 answer
4k views

nextjs ie11 Expected identifier

I've been developing on Chrome, hoping that Babel simply fits my code into i.e. One error occured SCRIPT1010: Expected identifier internet explore point the error here (this file is in static/chunk). ...
minjae kim's user avatar
0 votes
0 answers
252 views

Babel doesn't work with IE11 on built in class Map extending

I have some legacy code, a class ExtraMap that extends built-in Map class. export class ExtraMap<K, V> extends Map<K, V> { getOr(key: K, or: OrFunctionType = defaultOrFunction): V { ...
Tinmar's user avatar
  • 370

15 30 50 per page
1
2 3 4 5 6