Skip to main content

All Questions

3 votes
1 answer
8k views

How to inline Rollup/Babel polyfills for IE11

I've been working on a PHP project for a while and the client has asked for IE11 support at the last possible minute. HTML/CSS problems I can deal with but my javascript was written modern syntax. So ...
Foodstuff's user avatar
0 votes
0 answers
285 views

NPM package [bitcoinjs-lib] not compatible with IE v11

I'm adding IE v11 support for web application. bitcoinjs-lib package contains arrow function causing IE v11 to break. I have added babel-polyfill, react-app-polyfill/ie11, url-search-params-polyfill ...
Roshan Shrestha's user avatar
1 vote
0 answers
2k views

SCRIPT1010: Expected Identifier in IE11 Vuejs Nuxt

I am using babel with nuxt js. However, my project not working in IE11. I think babel not transpile my code properly. When i open the developer console i am facing "SCRIPT1010: Expected identifier ...
Ömer Doğan's user avatar
0 votes
0 answers
493 views

React Redux with SSR vs IE11 - The client app don't start

We have built an App in React-Redux with SSR. It works wonderfully on every browsers except Internet Explorer 11 and bellow. The app is rendered on server side and display on client browser, but the ...
user avatar
6 votes
0 answers
14k views

How to polyfill IE11 in NextJS project?

I'm trying to polyfill the project for IE11 but no matter what I do browser logs these errors: Dev mode: SCRIPT1002: Syntax error in _app.js (49004,30) 49004 const Component = props => (...
Michael Rerberg's user avatar
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
1 vote
1 answer
2k views

Object doesn't support property or method 'replace' on Internet Explorer 11

I am trying to make my Vuejs application work on IE11. However, one node module (vue-directive-tooltip) throw an error on IE11: Object doesn't support property or methode "replace" The module is ...
Benjamin's user avatar
1 vote
2 answers
3k views

IE 11 "Expected :" using React Babel 7 Typescript

I have followed recommended React/ Babel configurations, however I cannot get my site to load in IE 11. The error which persists: These are my related files: .babelrc { "presets": [ [ "...
Blair's user avatar
  • 3,721
0 votes
2 answers
2k views

IE11 error in bundle.js by invalid character

I am using typescript with awesome-typescript-loader and Webpack for compile. But in IE11 it's doesn't work. I have this bug. SCRIPT1014 bundle.js (58458,12) And in this row I have this. I think ...
Fiser's user avatar
  • 43
3 votes
1 answer
2k views

Is there a way to setup webpack config to load specific core-js entries

DISCLAIMER: I'm not terribly familiar with webpack or babel outside of simple setup, so if the question isn't clear then I apologize and will do my best to offer further clarity. So, the situation ...
tganyan's user avatar
  • 613
0 votes
3 answers
5k views

Problem with JS output on IE11 using babel

I'm writing JS app using webpack along with babel and preset-env to compile the code and ensure browser compatibility, the code is being compiled but I'm getting this error on IE11: I'm also using @...
Scrocchi's user avatar
4 votes
1 answer
5k views

Vue app blank page in IE 11 or lower even with polyfills

I have a Vue app running in Firefox, Edge, and Chrome, however, in IE 11 (or lower), I see a blank page. And in the console of IE is see something like SCRIPT1002: Syntax error app.js and SCRIPT5022: ...
Gilian's user avatar
  • 1,569
8 votes
1 answer
7k views

Babel not transpiling chunk-vendors for IE11, in Vue-CLI project

I have a Vue-CLI webapp that needs to support IE11. In package.json we have set: "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8", "ie 11" ] and this seems to work ...
Steve Bennett's user avatar
0 votes
1 answer
382 views

script1010: unidentified syntax | Not Able to convert ES6 to ES5 using Babel for IE11

In my Reactjs code I am getting Script1010: unidentified syntax. This is coming because of types.min.js file inside node_module/types.js folder. Inside types.min.js file; o=function(...n) code ...
Avinash's user avatar
  • 999
17 votes
2 answers
9k views

How to remove arrow functions from webpack output

After running my code through webpack it contians arrow functions. I need the code to work in ie11 so I need to get rid of the arrow functions. I'm using babel-loader for all .js files. I wrote a ...
Bjørn Moholt's user avatar

15 30 50 per page