Skip to content

Commit

Permalink
fix(build): set other @Esri/arcgis-rest-js-* pacakges as external
Browse files Browse the repository at this point in the history
AFFECTS PACKAGES:
@esri/arcgis-rest-auth
@esri/arcgis-rest-common-types
@esri/arcgis-rest-feature-service
@esri/arcgis-rest-geocoder
@esri/arcgis-rest-groups
@esri/arcgis-rest-items
@esri/arcgis-rest-request

ISSUES CLOSED: #128
  • Loading branch information
patrickarlt committed Feb 27, 2018
1 parent 22f84e2 commit 2f77c9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default {
context: "window",
extend: true, // causes this module to extend the global specified by `moduleName`
moduleName,
external: packageNames,
globals,
plugins: [
typescript(),
Expand Down

0 comments on commit 2f77c9f

Please sign in to comment.