Experience-Monks / Experience-Monks/devtool

More woes with --no-browser-globals

Open
#32 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
3.7k
Forks
147
PR merge metrics
No merged PRs in 30d

Description

Seems like we're getting close. `core-js` includes some code that essentially looks like this:

``` js
if (global.window) {
console.log(document.documentElement); // <-- type error "document" not defined
}
```

It errors out with `--no-bg`.

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.