iTwin / imodels-clients

Monorepo for iModels API clients
MIT License
6 stars 2 forks source link

transpile esm build to same target as cjs, es2018 #140

Closed aruniverse closed 1 year ago

aruniverse commented 1 year ago

targeting esnext causes issues with apps using webpack4 because its unable to understand some of the newer syntax/features

tcobbs-bentley commented 1 year ago

10 files changed to update the version, and one line of change to do the actual fix. :-O

tcobbs-bentley commented 1 year ago

I believe that this will also fix DTA when running on iOS 13 and iOS 14. The JSNext code apparently doesn't run in WebViews prior to iOS 15.

cc: @toddsouthenbentley