Skip to main content

All Questions

0 votes
1 answer
707 views

SCRIPT errors with IE 11 when using Babel and Vue.js

We're having a problem with our Vue.js application on Windows 10 / IE 11. The application was giving SCRIPT1003: Expected ':' until we updated out babel.config to the following: module.exports = { ...
Dan Kelly's user avatar
  • 2,672
2 votes
1 answer
7k views

What does this SCRIPT1002: Syntax error in IE11 mean? (Vue)

I've made a web app in Vue.JS and it won't compile in IE11, it just shows a blank page. I have used babel's polyfill, however it still does not work. The error is: SCRIPT1002: Syntax error chunk-...
squish's user avatar
  • 1,056
0 votes
1 answer
765 views

v-data-table(vuetify) does not work on ie11

I use vuejs with lighttpd Therefore, npm, require and import cannot be used. I want to use vuetify's v-data-table Footer number does not appear in ie11 Can you solve this? I used babel-polyfill ...
pleasehelp's user avatar
0 votes
0 answers
242 views

Calling delete on 'slice' is not allowed in strict mode

I got this error only in IE-11 otherwise my React app is working fine in all browsers.This error (Calling delete on 'slice' is not allowed in strict mode.) is coming in the developer console and my ...
Dheeraj kumar Rao's user avatar
0 votes
0 answers
413 views

Webpack "production" mode is causing an exception in IE11

I am bundling my TypeScript application with Webpack 4, and compiling with Babel. When using mode: "production" in "webpack": "^4.42.1", I get the error Unhandled promise rejection Typeerror: Object ...
Nicholas Haley'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
0 votes
1 answer
135 views

Javascript custom class method cannot call another method in same class after using Babel

I'm somewhat new to JS programming, so forgive me if this is simple... But I have created a class with various methods and properties. However, this code must run on IE11, so I used Babel to target ...
Sam's user avatar
  • 1,455
0 votes
1 answer
1k views

Using a standalone ES6 module in IE11

I have a small ES6 module I wrote that needs to now be integrated into a project that has to support IE11. The rest of the project is written in ES5 and ideally I'd like to just transpile my module ...
Shane_IL's user avatar
  • 345
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
549 views

_ context.sent undefined when using async function, only in IE11

I'm having some difficulty with using async funtionality in IE. Basically my implementation works fine in modern browsers but I hit an error in IE11. My original code is as follows. const ...
Jonny's user avatar
  • 61
1 vote
1 answer
2k views

Function.prototype.toString issues in IE11 Svelte/Babel/Rollup

My current rollup.config.js is commonjs(), babel({ extensions: ['.js', '.mjs', '.html', '.svelte'], runtimeHelpers: true, exclude: ['...
Kampaii's user avatar
  • 191
0 votes
1 answer
1k views

Error with method ParentNode.append() transpiling ES6 with Babel & Webpack

I get this error in IE11 when I'm transpiling ES6 with Babel & Webpack: “Object doesn't support property or method 'append'” I have looked around internet and found the solution here: Polyfill ...
hormigaz's user avatar
  • 167
0 votes
1 answer
444 views

Razzle, IE11 and HappiJS bundling

I've got a server-side rendered react app which uses Razzle. I'm importing @hapi/joi since that's what I want to use for my validation both server and client side. IE11 and Edge 18 are supported ...
Antonio Vasilev's user avatar
0 votes
0 answers
251 views

export { default as Module } from './Module' not transpiling correctly for IE11

I'm using webpack and babel to build a web application. For some reason exporting an imported module with the syntax export { default as Module } from './Module' doesn't seem to transpile correctly ...
Flavio's user avatar
  • 1,567
7 votes
1 answer
17k views

How to enable async/await with babel with support for IE11

I am hoping to use async/await in my source code and have it transpiled by babel to something useable by >0.25% not dead. My head is spinning with the plethora of ways to attack this. Some are ...
Matthew Goulart's user avatar

15 30 50 per page