Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in ie8 Object.keys failed this conversion #464

Closed
zongzheng123 opened this issue Jul 17, 2019 · 3 comments
Closed

in ie8 Object.keys failed this conversion #464

zongzheng123 opened this issue Jul 17, 2019 · 3 comments

Comments

@zongzheng123
Copy link

it's my webpack4 configuration => entry: ['es5-shim/es5-sham', 'es5-shim', 'babel-polyfill', './src/index.js'],
it's error message => SCRIPT438: Object does not support "keys" properties or methods
give me a hand plesase, thanks

@ljharb
Copy link
Member

ljharb commented Jul 17, 2019

You have to load the es5-shim before the es5-sham; what happens if you do that?

@zongzheng123
Copy link
Author

You have to load the es5-shim before the es5-sham; what happens if you do that?

thanks for you,This may not be problem of es5-shim

@ljharb
Copy link
Member

ljharb commented Jul 18, 2019

Closing then; happy to reopen if it's still an issue.

@ljharb ljharb closed this as completed Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants