-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Update dependency monaco-editor to ^0.52.2 #225731
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
base: main
Are you sure you want to change the base?
Conversation
|
🤖 Jobs for this PR can be triggered through checkboxes. 🚧
ℹ️ To trigger the CI, please tick the checkbox below 👇
|
|
/ci |
|
@elasticmachine merge upstream |
|
/ci |
e5c2574 to
d6cb9a3
Compare
d6cb9a3 to
93c94a6
Compare
|
/ci |
0ecf5a9 to
cfc9576
Compare
|
/ci |
|
@elasticmachine merge upstream |
|
/ci |
8750165 to
2a6b8d7
Compare
|
/ci |
2a6b8d7 to
923f173
Compare
|
/ci |
56f8c28 to
c6ca6a1
Compare
|
/ci |
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]Async chunks
Page load bundle
History
cc @eokoneyo |
| }, | ||
| ], | ||
| }, | ||
| optimization: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please tell me why you are removing this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the version we upgrading away from, the file referenced in the exclude pattern because it was already transform although to ESM, when we include it to be optimized (i.e treeshaking and the likes) it would break hence why we excluded it from any kind of optimization and just use as is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...in the new version, it doesn't cause any issues
Summary
Culled from #206176.
The original PR was reverted.