saus
saus copied to clipboard
Let a deploy hook create multiple targets
When a deploy hook has its explode method defined, it can derive multiple targets from its props/state.
// Must return an array of objects.
explode({ files }) {
// Create a target for each file object.
return files
}
I'm open to other names for the method. I'm leaning toward split.