mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Add io-ts in kb-ui-shared-bundle (#159792)
This commit is contained in:
parent
31b34771c5
commit
439d00a7b7
4 changed files with 5 additions and 0 deletions
|
@ -59,6 +59,7 @@ RUNTIME_DEPS = [
|
|||
"@npm//styled-components",
|
||||
"@npm//tslib",
|
||||
"@npm//uuid",
|
||||
"@npm//io-ts",
|
||||
]
|
||||
|
||||
webpack_cli(
|
||||
|
|
|
@ -88,6 +88,7 @@ module.exports = (_, argv) => {
|
|||
'classnames',
|
||||
'fflate',
|
||||
'history',
|
||||
'io-ts',
|
||||
'jquery',
|
||||
'lodash',
|
||||
'lodash/fp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue