Esri / Esri/solution.js

Update rollup

Open
#520 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
48
Forks
16
PR merge metrics
No merged PRs in 30d

Description

Updates lead to sporadic problem with `global` being defined for modules:
![image](https://user-images.githubusercontent.com/2125181/96512341-35bb1b80-1215-11eb-822d-699012a57a3a.png).

Added the line
```js
intro: 'var global = typeof self !== undefined ? self : this;',
```
to umd-base-profile.js to make sure that `global` is always set up.

Originally part of PR #517.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.