How to exclude specific js files from minify?
By: Ananth Iyer, May 4th, 2020 # Magento 2 # How to
In this post, I will be guiding you to excluding JavaScript files from minifying. Sometimes it is required to load third-party JavaScript files in our custom module/theme & .min file is not available. Use Case You are implementing a custom payment method module for the current project: Here you found the payment gateway is providing …
Continue reading “How to exclude specific js files from minify?”