Are there any plans of modularizing the NPM package @mobiscroll/javascript
so it would be possible to just import the pieces of code that is neeeded?
For instance
import { select, forms } from '@mobiscroll/javascript';
It would be quite helpful for tree shaking for instance, since we are seeing that @mobiscroll/javascript
as a whole takes up quite a bit of space in the final bundle file(s).