How are you "running cron manually"?
Howard Miller
Posts made by Howard Miller
That's nice... but did you try purging the caches, as I suggested?
I should know when to stop digging... but that post is some time ago and it doesn't say which version of Moodle. I wonder if something has changed.
Of course, I now need to go and look
Of course, I now need to go and look
Follow up question - is it possible to load modules from a local (to my custom plugin) node_modules into javascript in amd/src and then build it? Does something like the following work (I haven't tried it)...
import something from 'local_myplugin/something';
I've seen code written the "old" way that uses M.cfg... to get paths but - again correct me if I'm wrong - I think that's deprecated YUI stuff? I could never get my head around YUI
I've seen code written the "old" way that uses M.cfg... to get paths but - again correct me if I'm wrong - I think that's deprecated YUI stuff? I could never get my head around YUI
Oh ok... I'd forgotten about RequireJS. I'm not sure it helps me 
I have some stuff written as Vue.js components... which work but giving the Vue code access to core Javascript is currently a terrible bodge. I was trying to make it nicer starting with moving the build step from Vite to Grunt (which in some ways feels like a backward step).
Maybe I'm gointg crazy...