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

pre-compiled version #152

Closed protzi closed 6 years ago

protzi commented 6 years ago

Hey, could you be so kind and provide pre-compiled ES5 version of this package. Cant build application with create-react-app

thetutlage commented 6 years ago

There is a PR for that using rollup.

NOTE: This will not be the optimized version for the browsers, since we are bundling everything, in upcoming, I will be working to reduce the bundle size ( no dates yet )