mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
Move node-libs-browser
to ui-shared-deps-npm
(#130877)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
26217f3a7a
commit
ac8df39f07
5 changed files with 69 additions and 0 deletions
|
@ -37,6 +37,10 @@ module.exports = (_, argv) => {
|
|||
'regenerator-runtime/runtime',
|
||||
'whatwg-fetch',
|
||||
'symbol-observable',
|
||||
// Parts of node-libs-browser that are used in many places across Kibana
|
||||
'buffer',
|
||||
'punycode',
|
||||
'util',
|
||||
|
||||
/**
|
||||
* babel runtime helpers referenced from entry chunks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue