bzkdjc
bzkdjc
@unoexperto That's a very useful comment! Thank you.
Same here : ``` [webpack-cli] Failed to load '{...}ui\v2\webpack.config.js' config [webpack-cli] Error: Cannot find module '@babel/runtime/helpers/interopRequireDefault' ``` I cannot understand why @markshapiro does not care ?! For people like me...
Same here also!
Actually, you **HAVE TO** use this syntax if you don't want to get that error: ``` JavaScript $("PARENT_SELECTOR").livequery("INNER_SELECTOR", matchedFn); ``` As in the following example: ``` Javascript $("ul:first").livequery('li', function(){ /*...