Skip to content

Commit

Permalink
fix(bug): fixes a bug that would lead to crashes when requesting glob…
Browse files Browse the repository at this point in the history
…al-this
  • Loading branch information
wessberg committed Apr 6, 2019
1 parent 96b1bd2 commit a24d038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2975,7 +2975,7 @@ export const constant: IConstant = {
"global-this": {
library: "core-js",
relativePaths: ["modules/esnext.global-this.js"],
features: ["javascript.builtins.globals.globalThis"],
features: ["javascript.builtins.globalThis"],
version: environment.NPM_PACKAGE_DEPENDENCIES_CORE_JS,
dependencies: [],
contexts: ALL_CONTEXTS
Expand Down

0 comments on commit a24d038

Please sign in to comment.