Valerii Sidorenko
Valerii Sidorenko
Usually editor functionality used as: ```js import * as monaco from 'monaco-editor'; ``` this resolves to `./esm/vs/editor/editor.main.js` in [package.json](https://github.com/microsoft/monaco-editor/blob/25e85af033388fe4825418b76a89ef617199b069/package.json#L27). `editor.main.js` includes all feature and languages. Because of this, `webpack-plugin` does...
### What is the current behavior? `npm_link_targets` now returns labels with relative paths to targets (e.g. `:pkg_name`). This makes it difficult to get correct targets for different packages in one...