Skip to content

Removed unused custom monaco webpack plugin

What does this MR do and why?

The MR removes the unused anymore custom webpack plugin for the monaco editor. The only reason for this plugin existed was that the monaco-yaml package didn't work nicely with the monaco-editor-webpack-plugin previously. Since the creation of the plugin, both packages have been upgraded to versions that work well with each other without any additional helper plugins. The last bit of usage of this plugin has been removed in !96385 (merged) and the plugin is not in use anymore.

How to set up and validate locally

Simply navigate to any page with Source Editor and watch the devtools console: there should be no errors related to the editor and editing files (especially the yaml ones) should happen problem-free.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #374523 (closed)

Merge request reports

Loading