How to Exclude External Js from Minification, Bundling and Merge in Magento 2
Basically Js minification is a part of Optimization of Magento, When we enable the minification and bundling then all the js files get merged into single file and cached, that leads to faster loading of JS.For more details please visit this link Optimise-Js-Files Previously we used to create the after Plugin as below, to exclude …
How to Exclude External Js from Minification, Bundling and Merge in Magento 2 Read More »