Hi All,
On my AEM site, jQuery v1.12.4-AEM is being loaded, even though v3.7.1 is specified in the package.json file. I also verified that the node_modules folder contains only jQuery 3.7.1, but I still can’t determine why the older 1.12.4-AEM version is being included.
My requirement is to remove the 1.12.4-AEM version and ensure that the site uses 3.7.1 instead. Could someone guide me on how to properly upgrade the jQuery version in AEM?
On my AEM site , jquery v1.12.4-AEM version is loading. Even though we are using 3.7.1 version in package.json file. And in node modules also I see 3.7.1 version only but not able to find out how 1.12.4-AEM is loading. My requirement is to remove the 1.12.4-AEM version and use 3.7.1 version. Can you guys help how to upgrade the jquery version?