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

Display warning on unsupported browsers #21

Open
TheJJ opened this issue Apr 27, 2017 · 1 comment
Open

Display warning on unsupported browsers #21

TheJJ opened this issue Apr 27, 2017 · 1 comment

Comments

@TheJJ
Copy link
Member

TheJJ commented Apr 27, 2017

Mandy uses ES6 and new shit that is only supported in the "latest" browsers (firefox >= 52, ...).
There should be some warning displayed to notify users their browser is too old.

@inakoll
Copy link

inakoll commented Apr 27, 2017

It should be possible to transpile the es6 code to es5 so that everyone could access Mandy out of the box. I think that is the way es6 is usually handled. I suggest to use webpack and babel to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants