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

How to use filepond-polyfill with create react app #5

Closed
TRomesh opened this issue Jun 27, 2019 · 3 comments
Closed

How to use filepond-polyfill with create react app #5

TRomesh opened this issue Jun 27, 2019 · 3 comments

Comments

@TRomesh
Copy link

TRomesh commented Jun 27, 2019

I'm have added the filepond with the react plugin and it works well chrome but i need to get it working on the IE10 and IE11. I couldn't find proper documentation on how to use this. So how can i add it to create-react-app?

@rikschennink
Copy link
Collaborator

@TRomesh There is no support for IE10, you need both the filepond-polyfill and a promise polyfill to make it work on IE11. See the file below for example set up:
https://github.com/pqina/filepond-boilerplate-php/blob/master/public/index.html

@AliYmn
Copy link

AliYmn commented Oct 10, 2019

@rikschennink
is that true? i called before all of them.

import "filepond-polyfill"

@rikschennink
Copy link
Collaborator

@rikschennink
is that true? i called before all of them.

import "filepond-polyfill"

You also need to add a promise polyfill.

Closed because inactive.

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

3 participants