Skip to content

chore: Bundle dependencies in web-ide pkg

Paul Slaughter requested to merge ps-bundle-web-ide-packages into main

Description

This is a bit of refactoring needed by both !242 (merged) and !240 (closed). It allows us to reference workspace packages in the main @gitlab/web-ide package by bundling these workspace dependencies into the index.js.

Otherwise, when trying to install this package, npm will freak out since it can't find the private workspace packages.

How to test?

  • Run yarn start:example to make sure that the example app still loads everything nicely 👍
Edited by Paul Slaughter

Merge request reports