I’m getting an error due to minify, where I used “Non-blocking using defer”.
The error is “ReferenceError: wp is not defined” on the line wp.i18n.setLocaleData.
Long story short, I’m trying to exclude files in /wp-includes/js/dist because I suspect that there’s a tree of dependencies with WP js files.
I’m trying to add the following to “Never minify the following JS files” (with regex enabled):
wp-includes\/js\/dist\/.*
But that doesn’t seem to work.
Can you help?
Thank you!