vue cli 3 + webpack + IE11
See original GitHub issuei am getting this error whenever i try and include this on IE 11
SCRIPT1003: Expected ‘:’
It is causing nothing to render. When i remove
import VueAnime from 'vue-animejs';
Vue.use(VueAnime)
everything works fine
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Vue-cli 3, babel polyfills and IE11 - Get Help
My project was created with Vue-Cli 3 and migrated to 4. I tried with @vue/app and @vue/cli-plugin-babel/preset but IE is keeps throwing me:....
Read more >Using Vue 3 in IE11 - Stack Overflow
I tried using Vue CLI @vue/cli 4.5.8 , which currently installs vue@3.0.2 (along with Vuex, Router and Typescript support). After using ...
Read more >Is your Vue app not working in IE 11? Here's how to fix it.
Method 1: Use core-js upfront: If you've used Vue Cli 3 to generate your app, then core-js comes built in. Core-js is a...
Read more >vue-cli-service serve not working with IE11 #4114 - GitHub
A workaround is to install an older version of webpack-dev-server. ... The dev server has been working fine in IE11 until recently. Due...
Read more >IE11 + Vue-Cli + Webpack + Babel - SCRIPT1003 Error-Vue.js
Once I removed it everything works with babel included. Still not sure why the component is breaking it though... Goran 3017. score:3.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i took your index.js dropped into babel and MAGIC!!
Works as intended on IE
I guess that original object usage is still ES6. Boy, this really takes me back.