Update webpack configs (#138936)

* Update webpack configs

* cleanup

* save file
This commit is contained in:
Jonathan Budzenski 2022-08-17 13:49:45 -04:00 committed by GitHub
parent 8b3a884ba6
commit 344e1afd05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 13 additions and 12 deletions

View file

@ -50,7 +50,6 @@ RUNTIME_DEPS = [
"@npm//react-router-dom",
"@npm//react-router",
"@npm//react",
"@npm//regenerator-runtime",
"@npm//rison-node",
"@npm//rxjs",
"@npm//styled-components",
@ -87,7 +86,6 @@ TYPES_DEPS = [
"@npm//react-is",
"@npm//react-router",
"@npm//react-router-dom",
"@npm//regenerator-runtime",
"@npm//rison-node",
"@npm//rxjs",
"@npm//styled-components",

View file

@ -34,7 +34,6 @@ module.exports = (_, argv) => {
'kbn-ui-shared-deps-npm': [
// polyfill code
'core-js/stable',
'regenerator-runtime/runtime',
'whatwg-fetch',
'symbol-observable',
// Parts of node-libs-browser that are used in many places across Kibana
@ -50,23 +49,28 @@ module.exports = (_, argv) => {
* node scripts/find_babel_runtime_helpers_in_use.js
*/
'@babel/runtime/helpers/assertThisInitialized',
'@babel/runtime/helpers/asyncToGenerator',
'@babel/runtime/helpers/classCallCheck',
'@babel/runtime/helpers/classPrivateFieldGet',
'@babel/runtime/helpers/classPrivateFieldSet',
'@babel/runtime/helpers/createClass',
'@babel/runtime/helpers/createForOfIteratorHelper',
'@babel/runtime/helpers/createSuper',
'@babel/runtime/helpers/defineProperty',
'@babel/runtime/helpers/extends',
'@babel/runtime/helpers/inherits',
'@babel/runtime/helpers/inheritsLoose',
'@babel/runtime/helpers/interopRequireDefault',
'@babel/runtime/helpers/interopRequireWildcard',
'@babel/runtime/helpers/objectSpread2',
'@babel/runtime/helpers/objectWithoutProperties',
'@babel/runtime/helpers/objectWithoutPropertiesLoose',
'@babel/runtime/helpers/slicedToArray',
'@babel/runtime/helpers/toArray',
'@babel/runtime/helpers/taggedTemplateLiteralLoose',
'@babel/runtime/helpers/toConsumableArray',
'@babel/runtime/helpers/typeof',
'@babel/runtime/helpers/wrapNativeSuper',
'@babel/runtime/regenerator',
// modules from npm
'@elastic/charts',