poppinss / indicative

Indicative is a simple yet powerful data validator for Node.js and browsers. It makes it so simple to write async validations on nested set of data.
https://indicative.adonisjs.com/
MIT License
417 stars 52 forks source link

not work on IE 11 #147

Closed jan1988914 closed 6 years ago

jan1988914 commented 6 years ago

the IE 11 will not show the page and throw syntax error in bundle.js

thetutlage commented 6 years ago

Yes, indicative is not meant to be used on browser, but we are planning to optimize it for browsers too.

thetutlage commented 6 years ago

There is PR for browsers build https://github.com/poppinss/indicative/pull/153

jan1988914 commented 6 years ago

thank you very much