Open-Attestation / open-attestation

Meta framework for providing digital provenance and integrity to documents.
https://openattestation.com
Apache License 2.0
54 stars 18 forks source link

fix: bump target platform, and remove baseUrl as it is not supported #282

Closed phanshiyu closed 5 months ago

phanshiyu commented 5 months ago

why

  1. es6 is already widely adopted by modern browsers 98% and node v12 and above
  2. narrow es2019 to es2019's array method as not all of es2019 is available in modern browsers
  3. baseUrl is misleading, cos root imports will not work unless there is post processing from something like a bundler