Tree-shaking prevention hook. The whiteboard components are usually referenced
statically (standalone imports arrays), which is enough to retain them — call this
from your bootstrap path only when every usage in your app is resolved DYNAMICALLY
(e.g. a plugin returns a component type through the MJ ClassFactory) and the bundler
would otherwise see no static reference to this package.
Tree-shaking prevention hook. The whiteboard components are usually referenced statically (standalone
importsarrays), which is enough to retain them — call this from your bootstrap path only when every usage in your app is resolved DYNAMICALLY (e.g. a plugin returns a component type through the MJ ClassFactory) and the bundler would otherwise see no static reference to this package.