mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[babel-preset/webpack] use corejs 3 (#44154)
This commit is contained in:
parent
cd418a1dd0
commit
1595abebe6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module.exports = () => {
|
|||
{
|
||||
useBuiltIns: 'entry',
|
||||
modules: 'cjs',
|
||||
corejs: 2,
|
||||
corejs: 3,
|
||||
},
|
||||
],
|
||||
require('./common_preset'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue