No -thin-min.js file in Export

I've used Hype for several years now and for the first time today there was no -thin.min.js file in the exported folder? There is a thin.min.js file and the hype_generated_script.js file references the thin.min.js but the file doesn't exist in the export. Will this be problematic? And under what conditions would this occur?

Here’s more information on what the Full and Thin variants of Hype’s runtime are for and when they are exported: Banner ad file optimization: What are full.min.js and thin.min.js for? - #3 by jonathan

This is expected: It’s as designed for thin variant of the JS function to be not exported if you’re using features that the full runtime provides.

Got it. That makes sense. The link was helpful too.