**Is your feature request related to a problem? Please describe.** Pulling in `@player-tools/devtools-basic-web-plugin` shouldn't pull in `@devtools-ui`, as it's pulling in the runtime components of the devtools client. <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> **Describe the solution you'd like** Either re-org `@devtools-ui` to only pull in types, or ensure the Player plugins aren't relying on devtools client.
Is your feature request related to a problem? Please describe.
Pulling in
@player-tools/devtools-basic-web-pluginshouldn't pull in@devtools-ui, as it's pulling in the runtime components of the devtools client.Describe the solution you'd like
Either re-org
@devtools-uito only pull in types, or ensure the Player plugins aren't relying on devtools client.