From 2f77c9f11c2e8a9e85291f844aea9bdc730cdde3 Mon Sep 17 00:00:00 2001 From: Patrick Arlt Date: Tue, 27 Feb 2018 14:07:58 -0800 Subject: [PATCH] fix(build): set other @esri/arcgis-rest-js-* pacakges as external 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 --- rollup.config.umd.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rollup.config.umd.js b/rollup.config.umd.js index 9b13f46d05..d174419401 100644 --- a/rollup.config.umd.js +++ b/rollup.config.umd.js @@ -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(),