Skip to content

Commit 523f28d

Browse files
authored
Update babel runtime helpers (#171745)
1 parent dc813c3 commit 523f28d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

packages/kbn-ui-shared-deps-npm/webpack.config.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,28 +49,13 @@ module.exports = (_, argv) => {
4949
* node scripts/find_babel_runtime_helpers_in_use.js
5050
*/
5151
'@babel/runtime/helpers/assertThisInitialized',
52-
'@babel/runtime/helpers/asyncToGenerator',
53-
'@babel/runtime/helpers/classCallCheck',
5452
'@babel/runtime/helpers/classPrivateFieldGet',
5553
'@babel/runtime/helpers/classPrivateFieldSet',
56-
'@babel/runtime/helpers/createClass',
57-
'@babel/runtime/helpers/createForOfIteratorHelper',
58-
'@babel/runtime/helpers/createSuper',
5954
'@babel/runtime/helpers/defineProperty',
6055
'@babel/runtime/helpers/extends',
61-
'@babel/runtime/helpers/inherits',
6256
'@babel/runtime/helpers/inheritsLoose',
63-
'@babel/runtime/helpers/interopRequireDefault',
64-
'@babel/runtime/helpers/interopRequireWildcard',
65-
'@babel/runtime/helpers/objectSpread2',
66-
'@babel/runtime/helpers/objectWithoutProperties',
67-
'@babel/runtime/helpers/objectWithoutPropertiesLoose',
68-
'@babel/runtime/helpers/slicedToArray',
6957
'@babel/runtime/helpers/taggedTemplateLiteralLoose',
70-
'@babel/runtime/helpers/toConsumableArray',
71-
'@babel/runtime/helpers/typeof',
7258
'@babel/runtime/helpers/wrapNativeSuper',
73-
'@babel/runtime/regenerator',
7459

7560
// modules from npm
7661
'@elastic/charts',

0 commit comments

Comments
 (0)