single-spa / single-spa-inspector

A devtools extension for single-spa applications
https://single-spa.js.org
MIT License
77 stars 17 forks source link

Temporary disable an override #48

Closed BartJanvanAssen closed 1 year ago

BartJanvanAssen commented 4 years ago

Since working for quite some time with the inspector, its very powerful! Can we further improve it by add a toggle that can temporary disable an override? This would help a lot 👍

image

joeldenning commented 4 years ago

single-spa-inspector uses import-map-overrides for this, and import map overrides has the ability to disable overrides through the disableOverride function.

This could be implemented by calling that function.