So, if I’m understanding correctly, webpack is including two different versions of @jupyter-widgets/base
in the bundle that it’s creating, and that can lead to problems. Is there any workable way to make that an error at the jupyter lab build
stage? I can see how it might be tricky, since you wouldn’t want to trigger an error for random UI support libraries — only packages that provide Tokens and similar shared app resources.