SCRIPT1002: Syntax error on IE 11
See original GitHub issueImporting vue2-scrollspy generates an error on IE11. Using laravel-mix to compile.
Error points at eval("/* unused harmony export install */\n/* harmony import */ var
Anyone experienced this?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:7 (1 by maintainers)
Top Results From Across the Web
How to fix "SCRIPT1002:syntax error" export in IE 11?
The export statement and => arrow functions are ECMAScript 6 syntax which is not supported by IE. You should transpile your code to...
Read more >SCRIPT1002: Syntax error - IE11 - Polyfill - Development Mode
browse to website on Internet explorer 11 and it just displays a white screen and an error in the console. Expected Behavior. My...
Read more >Syntax error 'SCRIPT1002' using internet explorer 11
i have tried changing versions of webpack , @wabpack/polyfill and babel-loader. but its not working. Same error i am facing in IE 11....
Read more >SCRIPT1002: Syntax error in IE11 - Soft8Soft
Hi,. The logic doesn't work when loading the 3D in IE11 and it gives a Script1002 error. Please see attached screenshots.
Read more >Create React App IE11 : SCRIPT1002: Syntax Error How to ...
Clear IE11's cache and restart your server react server using npm run start again.
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 Free
Top 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
I think the issue is caused by having
package.json
put module as src: https://github.com/ibufu/vue2-scrollspy/blob/master/package.json#L5-L6If I change the following it works:
TO:
@ibufu doesn’t seem to fix on my end. I’m using IE11