Webix js not defined using Laravel Mix

mix
//Theme01
.js(
[
paths.webix + “webix.js”,
paths.jquery + “dist/jquery.min.js”,
paths.ckeditor + “ckeditor.js”,
paths.jcf + “dist/js/jcf.js”,
paths.jcf + “dist/js/jcf.select.js”,
paths.bootstrap + “js/bootstrap.min.js”,
“resources/js/custom.js”
],
“public/theme01/js/app.js”
)

How to use webix js with laravel Mix ??