Attach webix.js without index.html modification.

Hello all!

My question is the SUBJ.

My knowlege of the Webpack is shallowly yet.
I see that there is the [webix.js] file in
./node_modules/webix/

folder.

Could someone tell me, please, how I can request the Webpack to attach this JS file without manual definition in the [index.html] file?

If it valuable, my project files are TypeScript ones.

Thank you in advance!

https://forum.webix.com/discussion/comment/20797/#Comment_20797

@intregal
Thank you very much!

If it will be usefull for someone:
just
import “webix”;

in myapp.ts
tells wbpack-based build system to load the [webix.js] in a result chuk.