mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
This reverts commit 11247fe50b
.
We started seeing consistent failures of tests in MKI and the failure
logs are indicating a problem with the recent monaco editor update. I've
checked this revert commit with the MKI pipeline and these failures
didn't occur anymore.
This commit is contained in:
parent
5af2dc6b05
commit
74cfa25022
9 changed files with 130 additions and 114 deletions
|
@ -16,14 +16,6 @@ module.exports = () => ({
|
|||
plugins: [
|
||||
require.resolve('babel-plugin-add-module-exports'),
|
||||
|
||||
/**
|
||||
* The static class features proposal https://github.com/tc39/proposal-static-class-features
|
||||
* has been merged with the class fields proposal and is now stage 4.
|
||||
* We include this here because Monaco needs this and
|
||||
* this transform has to run before the transform class properties transform.
|
||||
*/
|
||||
require.resolve('@babel/plugin-transform-class-static-block'),
|
||||
|
||||
// The class properties proposal was merged with the private fields proposal
|
||||
// into the "class fields" proposal. Babel doesn't support this combined
|
||||
// proposal yet, which includes private field, so this transform is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue