Is there a way to create manifest.json or other json file by Vite on build that will contain my own object with also path to index js and css with hash? For example:
{ jsScript: 'path/to/script/[name][hash].js', anotherKey: 'myOwnValue' }
I was looking in vite docs and rollupjs but couldn’t find solution there.
Also tried vite-plugin-generate-file plugin but couldn’t pass hash.