I connect library through libs.js (gulp -> libs.min.js) as it should be (

@@include('../libs/jquery-validation/dist/jquery.validate.js') 

before that, too, are connected, working normally). Then the browser gives out

 Uncaught ReferenceError: module is not defined at libs.min.js:1 

. I connect directly via html - it works.

    0