DavyJonesLocker / client_side_validations

Client Side Validations made easy for Ruby on Rails
MIT License
2.69k stars 405 forks source link

Add ES6 files to the npm package #825

Closed tagliala closed 3 years ago

tagliala commented 3 years ago

The issue is that at the moment the npm package contains:

And they are pre-compiled with a .browserlistrc that probably don't meet application's one, since it still includes IE8

The purpose is to properly add es6 to the distributable package and honor application's browserlistrc

tagliala commented 3 years ago

Released in 19.0.0