Skip to main content

All Questions

0 votes
1 answer
268 views

React Create Application production build and CSS variables in IE11

I would like to know how to get rid of CSS variables in a production build. The fact is that I need to build a project for IE11 in which CSS variables are not supported. My project was created using ...
Captain Nigorro's user avatar
0 votes
1 answer
416 views

webpack bundle throws error on IE11 because of just one node package 'crypto-js'

I am new to webpack and babel. I am developing a react app with custom webpack and babel set up. I had added react-app-polyfill to this application and it had worked well on IE11. But after installing ...
Shawn's user avatar
  • 407
1 vote
1 answer
390 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
76 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
0 votes
1 answer
633 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
0 votes
1 answer
1k views

SCRIPT1010: Expected identifier Error when running React app in IE11

I'm working on React app with webpack and babel. When running it on IE11 "SCRIPT1010: Expected identifier" error messages appear. I've solved most of these errors (e.g I've added @babel/...
blasphemy's user avatar
2 votes
1 answer
2k views

IE11 Blank Page with React, Typescript, Babel, and Webpack

I have a React application written in Typescript with Babel and Webpack. It loads fine in Firefox and Chrome, but loads a blank page in Internet Explorer 11. I am new to this project with relatively ...
Neil Davis's user avatar
1 vote
2 answers
389 views

Displaying Blank white pages regularly for my website only in IE11

I have created a website using react, babel, webpack and backend Django Framework. When running my site in other browsers like Chrome, Safari, Firefox, it works absolutely fine. But when it comes to ...
kumaresaan sekar's user avatar
1 vote
1 answer
996 views

Can't get react app working in IE11: Invalid prop `children` supplied to `Provider`

I have a react app I need to add IE11 support to. It's running, but there is an error which makes the app not usable. The console complains that the prop type is incorrect (which other browser does ...
eivindml's user avatar
  • 2,410
0 votes
0 answers
1k views

Promise is undefined in webpack bundle file

I have a React/Redux app that uses webpack and babel-polyfill. However, in IE11, I am getting the following error: SCRIPT5009: 'Promise' is undefined. Before this gets marked as a duplicate question: ...
Pep's user avatar
  • 379
1 vote
1 answer
1k views

NPM module causes web app to not render on IE11

So I am using a react component that my colleague published on npm. It works fine on all browsers except IE11. I suspect that there is something in the webpack config that we are neglecting which is ...
Chris Voss's user avatar
-1 votes
1 answer
157 views

React App heroku deployment failing in IE

I have a jquery/react web application that only fails when I try to access the heroku production deployment on IE 11. When built locally, the app runs fine on IE 11. All other browsers function as ...
Will's user avatar
  • 19
1 vote
1 answer
2k views

"Object doesn't support property or method 'find'" in IE11 with Babel and Webpack

I'm getting some strange behavior in IE11 with use of Webpack and Babel. Currently, the issue is occurring is the following error message: SCRIPT438: Object doesn't support property or method 'find' ...
Jeff Hechler's user avatar
2 votes
1 answer
3k views

IE11 Script1003 expected :

I am trying to add support for IE11. I get the errors: SCRIPT1003: Expected ':' File: vendor.bundle.js, Line: 8699, Column: 8 SCRIPT5009: 'webpackJsonp' is undefined File: app.bundle.js, Line: 1, ...
Martin Dawson's user avatar

15 30 50 per page