I had this problem running webpack directly as well. My guess is that the Makefile is running webpack with options/inputs/something that is required. I build with make now. :)
On Mon, Sep 4, 2017 at 6:14 AM, Bohdan Iakymets <[email protected]> wrote: > Hello, > when I trying to build with webpack, and then open page, I getting error > in console: > >> Uncaught TypeError: $(...).tooltip is not a function > > at HTMLAnchorElement.<anonymous> (domain.js:523) > > at Function.each (jquery.js:374) > > at jQuery.fn.init.each (jquery.js:139) > > at jQuery.fn.init.update_privileged (domain.js:511) > > at update_hostname_privileged (system.js:8481) > > at PageServer.setup (system.js:8681) > > at HTMLDocument.init (system.js:10036) > > at fire (jquery.js:3099) > > at Object.fireWith [as resolveWith] (jquery.js:3211) > > at Function.ready (jquery.js:3417) > > But when I build the same sources with Makefile, it working ok. > > Cheers, > Bohdan Iakymets > > _______________________________________________ > cockpit-devel mailing list -- [email protected] > To unsubscribe send an email to [email protected] > >
_______________________________________________ cockpit-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
