Skip to content

Commit

Permalink
chore(NA): missing polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 20, 2021
1 parent d15fab7 commit 2ea9d4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/kbn-alerts/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ RUNTIME_DEPS = [
"@npm//@elastic/eui",
"@npm//enzyme",
"@npm//react",
"@npm//resize-observer-polyfill",
]

TYPES_DEPS = [
"//packages/kbn-i18n",
"@npm//@elastic/eui",
"@npm//resize-observer-polyfill",
"@npm//@types/enzyme",
"@npm//@types/jest",
"@npm//@types/node",
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-alerts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"rootDir": "src",
"sourceMap": true,
"sourceRoot": "../../../../packages/kbn-alerts/src",
"types": ["jest", "node"]
"types": ["jest", "node", "resize-observer-polyfill"]
},
"include": ["src/**/*"],
}

0 comments on commit 2ea9d4c

Please sign in to comment.