Skip to main content

All Questions

1 vote
0 answers
167 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
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
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
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
0 answers
237 views

Css grid IE 11 : Autoprefixeur online vs package npm

I am using Css Grid and i have some issues with autoprefixer. I pay attention to respect some conditions when using it with IE. This is a part of the sass : .wrapper-bloc-horaire { /*! ...
Maxime Isambert'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
2 answers
4k views

Async / Await using babel regenerator-runtime does not work in ie11

I have a template app that I want to make work with ie11, for that I'm using webpack + babel. For some reason I ignore, my JS does not work at all in ie11 even though I did set it as a target in my ...
Lynn's user avatar
  • 121
2 votes
1 answer
4k views

How to use babel with webpack for ie11 compatibility

It's the first time i use webpack with babel, my goal is to make my small template app compatible with ie11. For some reason I ignore, my JS does not work at all in ie11 even though I did set it as a ...
Lynn's user avatar
  • 121
5 votes
1 answer
5k views

How to create IE11 Bundles with Webpack 5 and Babel 7

How can we compile modern JavaScript into backwards-compatible JavaScript bundles that can be used with Internet Explorer 11 (ie11)? Specifically, how can we do this with the latest versions of ...
anthumchris's user avatar
  • 8,878
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
0 votes
1 answer
111 views

GET result was undefined/null in IE11, until a change was made to webpack file. Any ideas why?

I'm making multiple GET requests within a project and all of them were fine in IE11 except for a particular call. The error was something like: Unable to get property X of undefined or null reference. ...
Bodrov's user avatar
  • 848

15 30 50 per page
1
2 3 4 5