How change parameter in manifest.cfg

How can I edit the manifest.cfg and change the production-css parameter to set the file name with the hash (ie. Style-54c34df.css). This file is generated by the webpack output and changes in each commit in the git. This file could be updated for every execution of the bin / buildout, but I don't know how to do it.

This is similar to your question in Set filename output for webpack.

You need to programatically create the manifest.cfg on the fly.

Check how it's done to the index.html and do the same for manifest.cfg.

1 Like