Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[babel-preset/webpack] use corejs 3 #44154

Merged
merged 1 commit into from
Aug 28, 2019
Merged

Conversation

spalger
Copy link
Contributor

@spalger spalger commented Aug 27, 2019

While reviewing #44106 I noticed that webpack is still configuring @babel/preset-env to use corejs 2, though we have upgraded to corejs 3. This is still working because of module flattening, but is causing multiple versions of corejs to be imported into the front end, which is undesirable.

@spalger spalger added Team:Operations Team label for Operations Team v8.0.0 release_note:skip Skip the PR/issue when compiling release notes v7.4.0 v7.3.2 labels Aug 27, 2019
@spalger spalger requested a review from mistic August 27, 2019 20:37
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Copy link
Member

@mistic mistic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 lgtm

@spalger spalger merged commit 1595abe into elastic:master Aug 28, 2019
spalger pushed a commit to spalger/kibana that referenced this pull request Aug 28, 2019
spalger pushed a commit to spalger/kibana that referenced this pull request Aug 28, 2019
@spalger
Copy link
Contributor Author

spalger commented Aug 28, 2019

7.x/7.4: 79be2e8
7.3: d719318

@spalger spalger deleted the fix/webpack-corejs branch August 18, 2020 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:Operations Team label for Operations Team v7.3.2 v7.4.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants