see that many common modules can be introduced through subpaths, such as ant-desin
:
const AdaBoost = require("mlhelper/algorithm/AdaBoost");
//or
import AdaBoost from "mlhelper/algorithm/AdaBoost";
report the error of module not found
directly.
what can I do to achieve this kind of on-demand loading?