You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey — wondering if you'd be interested in a PR that changed the behaviour of options.manifest such that it updates an existing manifest rather than creating a new one each time (unless it doesn't already exist, of course)? My use case is that I have two Rollup configs and also need to hash the filename of some generated CSS — it would be cool if I could put all three in the same manifest.
The text was updated successfully, but these errors were encountered:
We have a similar use case where we use the same Rollup config to generate different bundles depending on a flag pointing to different entry files. As it is now, we have to generate two different assets files for those bundles.
Hey — wondering if you'd be interested in a PR that changed the behaviour of
options.manifest
such that it updates an existing manifest rather than creating a new one each time (unless it doesn't already exist, of course)? My use case is that I have two Rollup configs and also need to hash the filename of some generated CSS — it would be cool if I could put all three in the same manifest.The text was updated successfully, but these errors were encountered: