Skip to content

Commit

Permalink
add transpilatioTargets to enforce correct browser versions for ArcGI…
Browse files Browse the repository at this point in the history
…S Maps SDK for JS 4.25
  • Loading branch information
m-scherpi authored and jessebluemr committed Mar 17, 2023
1 parent 7579321 commit f5f174d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [4.15.0] - TBD
- Support for map.apps 4.15.0

- add `transpileTargets` property to `gulpfile.js` to streamline transpilation with ArcGIS Maps SDK for JS requirements.

## [4.14.2] - 24.01.2023

- Support for map.apps 4.14.2
Expand Down
7 changes: 7 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ mapapps.registerTasks({
"vuetify": [
"theme-custom"
]
},
/* A list oft target browser versions. This should be streamlined with Esri JS API requirements. */
transpileTargets: {
firefox: 102,
edge: 104,
chrome: 104,
safari: 15
}
});

Expand Down

0 comments on commit f5f174d

Please sign in to comment.