aws-geospatial / amazon-location-utilities-datatypes-js

Utilities to translate geospatial data types used by Amazon Location from / to well-known geospatial data types such as GeoJSON.
Apache License 2.0
3 stars 4 forks source link

Build & bundle #19

Closed eashuang closed 1 year ago

eashuang commented 1 year ago

Issue #, if available: N/A

Description of changes:

  1. Generate esm and cjs code with TSC.
  2. Bundle the generated esm code with rollup + babel plugin.
  3. Remove the exports fields and the package.json in dist/esm as they are not needed.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.