The debug package is 10.7kB (too big!)
We can reduce its size impact by 88+% if we copy @wbe/debug into Saus core and tweak it slightly to avoid the runtime isBrowser check and add .enabled property.
Then we can expose the debug function through the saus/utils and saus/client packages.
The
debugpackage is 10.7kB (too big!)We can reduce its size impact by 88+% if we copy
@wbe/debuginto Saus core and tweak it slightly to avoid the runtimeisBrowsercheck and add.enabledproperty.Then we can expose the
debugfunction through thesaus/utilsandsaus/clientpackages.