Webflow JS filename changing?

(not exactly sure if this is the right category, sorry about that)

we’ve exported and self-hosted around 20 webflow sites in the past couple weeks, and to help speed up this process we built a system to parse the webflow exports and manipulate them to fit our needs. one of these needs was replacing the webflow.js call with our own custom javascript that does some things and then injects webflow.js when it’s done.

this process relied on the webflow javascript being named webflow.js… however, with a recent export the js file is named <my-project-name>.js.

is there a way to prevent this? or will all javascript files on newly-created projects be named as <my-project-name>.js from now on?