Multifield component with custom xtype .. cached?
I am working on a MutliField component with a Custom Xtype, so our author can create a list of YouTube videos for a built-in playlist. I created a component called videoplaylistmultifield that just contains a single js file which builds the fields and registers the xtype and inside my Video component dialog, it uses this xtype. The issue is, I want to update the fields, but AEM seems to be retaining an old version of the xtype component. I can even delete the entire xtype component from crx and when I go to edit the Video Component, it still shows the old fields. Is there somewhere in AEM that may cache the JS file for my xtype component? I am still on AEM 6.1 sadly.