Skip to content
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

Closed
oppai1232 opened this issue Jan 30, 2019 · 4 comments
Closed

SCRIPT1003: Expected ':' in IE 11 #30

oppai1232 opened this issue Jan 30, 2019 · 4 comments

Comments

@oppai1232
Copy link

So im getting this error when using IE 11
If you need more info, please do tell me
im using Vue cli 3

image

@oppai1232
Copy link
Author

image

@ismail9k
Copy link
Contributor

ismail9k commented Jan 31, 2019

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.

ismail9k pushed a commit that referenced this issue Feb 3, 2019
better support for legacy browsers #30
@stale
Copy link

stale bot commented Feb 7, 2019

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.

@stale stale bot added the wontfix label Feb 7, 2019
@ismail9k ismail9k removed the wontfix label Feb 9, 2019
@ismail9k
Copy link
Contributor

ismail9k commented Feb 9, 2019

fixed in the new release: https://github.com/baianat/hooper/releases/tag/v0.0.8

@ismail9k ismail9k closed this as completed Feb 9, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants