From 9e44a3cadcdb66726585514095a100f5ee99c518 Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Thu, 25 Jul 2019 17:20:07 -0700 Subject: [PATCH] Bundle core-http instead of requiring as external --- sdk/template/template/rollup.base.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/template/template/rollup.base.config.js b/sdk/template/template/rollup.base.config.js index dba1eb4f6df8..067d58d3a9c5 100644 --- a/sdk/template/template/rollup.base.config.js +++ b/sdk/template/template/rollup.base.config.js @@ -58,7 +58,6 @@ export function nodeConfig(test = false) { export function browserConfig(test = false, production = false) { const baseConfig = { input: input, - external: ["@azure/core-http"], output: { file: "browser/azure-template.js", format: "umd",