Skip to content

Conversation

@Bluesmile82
Copy link
Contributor

The following changes were needed to fix IE compatibility:

  • Include fetch polyfill: https://github.com/whatwg/fetch
  • Use babel-polyfill in every entry in webpack as the first element of an array
  • Query string version lowered to 5.0.0 (version 6 is only for modern browsers)

package.json Outdated
"history": "4.7.2",
"lodash-es": "4.17.4",
"query-string": "6.0.0",
"query-string": "5.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have tried a new library to do the same in Half-Earth and seems to work better: https://github.com/ljharb/qs as it also supports nested properties parsing. So I think worth it to update it here.

@Bluesmile82
Copy link
Contributor Author

Thanks for the tip. Ready again!

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

Successfully merging this pull request may close these issues.

3 participants