[Bug Report] Not work in Edge, error:'SCRIPT1028: SCRIPT1028: Expected identifier, string or number'
See original GitHub issueEnvironment
Vuetify Version: 2.0.4 Last working version: 1.5.16 Vue Version: 2.6.10 Browsers: Microsoft Edge OS: Windows 10
Steps to reproduce
just use defult settings
vue create test
vue add vuetify
cd test
yarn serve
Expected Behavior
work in Edge
Actual Behavior
SCRIPT1028: SCRIPT1028: Expected identifier, string or number
Reproduction Link
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (4 by maintainers)
Top Results From Across the Web
Edge: SCRIPT1028: Expected identifier, string or number
It appears (surprisingly) that Edge doesn't support property rest yet, which is unfortunate but then it was officially added only in ES2018.
Read more >SOLUTION: SCRIPT1028: Expected identifier, string or number
When we use spread operator in an array the error is triggered in Internet Explorer. For example this code do not work in...
Read more >Error - Expected identifier, string - Material Design for Bootstrap
**Actual behavior** Vue fails to load cause script error [Error: SCRIPT1028: SCRIPT1028: Expected identifier, string or number].
Read more >Errors show on MS Edge for Javascript API 4.21
See the errors below: 1. SCRIPT1028: SCRIPT1028: Expected identifier, string or number. init.js (45,460). 2. 0: 'require' is not defined.
Read more >Known issue with older versions of Microsoft Edge
The error presents itself by saying: SCRIPT1028: SCRIPT1028: Expected identifier, string, or number batch.js(113,121951).
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
You need to
transpileDependencies
in vue.config.jsedit: updated link https://vuetifyjs.com/en/getting-started/browser-support#ie-11-amp-safari-9-support
Leaving this open as it’s not clear enough there that it applies to Edge as well
thanks. worked for me as well. why is this not in the 2.0.5 Quick Start documentation?