Usage of webix-less npm package

Hello Webix team!

I’ve been trying to use the webix-less npm package along with the Jet Framework and I got the next error over Webpack building:

ERROR in ./node_modules/webix-less/web.less (./node_modules/css-loader!./node_modules/less-loader/dist/cjs.js!./node_modules/webix-less/web.less)
Module not found: Error: Can’t resolve ‘./fonts/fontawesome-webfont.svg?v=4.7.0’ in ‘D:\projects\support_rest
ode_modules\webix-less’

Indeed, there is nothing about [fontawesome].

Could you tell me please, you have any plans about complementing this package with absent dependencies?

Thank you in advance!

The webix-less package is provided just as a convenient way to get the source less file of webix skin. It is not necessary for normal Webix or Webix Jet usage ( webix package already contains both js and css files )

Thank you very much for your clarification, Maksim!
I just thought that it would be convinient way of skin extending with my own less-files.

Main point of usage the [webix.css] in ES6 import + webpack is include right test-expression about fonts types for [file-loader]:

test: /\.(svg|png|jpg|gif|woff|woff2|ttf|eot)$/