Build-template not working if md5 cache is checked

hellow, adding application.js, style.css, and or index.js in build-templates/web-mobile seems to not work if the md5 cache is checked?
the engine will generate new default files (of these three files, application.js, style.css, and index.js) with the md5 file name.

I add application.js, style.css, and index.js to modify the splash loading screen and some functions. It works normally, but now I’m having a browser caching issue and try to use the md5 cache, but the engine seems to generate a new default file with the modified filename, and my template files are also there but without the modified filename.

image

I’m using cc 3.5.2. thx.

This is not currently being processed,you can handle this in the build plugin if you need to do a copy and replace of the file

what did you mean by build plugin? is it the files inside the engine?

Hi,bro.
refer to this documentation Extending Build Process · Cocos Creator

I guess it’s the one Koei wanted to tell you.