-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SCRIPT1003: Expected ':' in IE 11 #30
Comments
That error because IE doesn't support object literal with a shorthand property. To solve this you can use babel plugin-transform-shorthand-properties, or better use preset-env, to compile your code down to ES5. |
better support for legacy browsers #30
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
fixed in the new release: https://github.com/baianat/hooper/releases/tag/v0.0.8 |
So im getting this error when using IE 11
If you need more info, please do tell me
im using Vue cli 3
The text was updated successfully, but these errors were encountered: