Skip to content

Commit

Permalink
Update sdk/template/template/rollup.base.config.js
Browse files Browse the repository at this point in the history
Co-Authored-By: David Wilson <[email protected]>
  • Loading branch information
mikeharder and daviwil authored Jul 25, 2019
1 parent 0b6ebf9 commit 43db35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/template/template/rollup.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function browserConfig(test = false, production = false) {
format: "umd",
name: "ExampleClient",
sourcemap: true,
globals: { "@azure/core-http": "coreHttp" }
globals: { "@azure/core-http": "Azure.Core.HTTP" }
},
preserveSymlinks: false,
plugins: [
Expand Down

0 comments on commit 43db35d

Please sign in to comment.